56 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
68
views
Elastic Agent "To reactivate please reconfigure or enroll again." error on fresh Instance
I setup a fresh Elasticsearch and Kibana instance. I added the fleet and kubernetes integration and created a fleet server. When adding the Kubernetes Agent, the Pod is starting up and crashing ...
0
votes
0
answers
73
views
How can i create a root key and X.509 Certificate
I am running a part of the open-source fleet code from:
https://github.com/fleetdm/fleet/blob/7fd9d8a3e9de47ab325882dd5e46035a81d26617/tools/mdm/windows/poc-mdm-server/mde_enrollment.go
When I use ...
1
vote
0
answers
273
views
Setup Fleet for C++
I have a problem in running cpp file on fleet
It underlines all the code with red colour denoting syntax error although the code is correct.
I downloaded cmake and it made the compile_commands.json ...
0
votes
0
answers
211
views
kibana in air-gapped/ restrict environment solution
I have successfully deployed an ECE cluster, including APM, Kibana, ML, and Elasticsearch (master and data tiers). I can access Kibana via the endpoint, and it is functioning correctly. However, this ...
0
votes
1
answer
88
views
How to Efficiently Track Latest IoT Data Timestamps for Multiple Vehicles?
I'm working on an application where I need to monitor the latest IoT data being sent from a fleet of over 3000+ vehicles. Each vehicle is equipped with an IoT device that sends data to an Iotdata ...
0
votes
1
answer
646
views
How to expose a port which changes dynamically in Podman
I’m trying to setup a containerized remote development box with Fleet as an IDE.
I have a Rocky Linux 9.3 workstation acting as a server with Podman setup on it and am running Fedora 39 in the ...
0
votes
2
answers
4k
views
Kibana security must be enabled to use Fleet
[plugins.fleet.fleet_authz_router] Kibana security must be enabled to use Fleet when i go to kibana i can not add a fleet server enter image description here
equesting service_token from Kibana.
2024-...
0
votes
2
answers
902
views
Fleet couldn't auto-reload changes from build files Error
in Linux (Debian 12.5) i installed Jetbrains Fleet, and downloaded a project compose android from kmp.jetbrains.com,
when i open the project from fleet and enable smart mode, it takes some times ...
0
votes
3
answers
303
views
How to add Fleet IDE for windows context menu "Open folder with..."
Im trying to add fleet IDE to my context menu for opening a folder, Ive tried writing a registry entry with bat and powershell and python and had no luck.
this shows up in Regedit but doesnt run the ...
3
votes
1
answer
547
views
Fleet Run Configuration Maven Build
I'm new on Fleet, I'm trying to import maven project, I created a run.json with this configuration:
{
"configurations": [
{
"type": "maven",
...
0
votes
0
answers
141
views
Fleet .NET project. Missing dependencies
I've added a new reference to a .net console project but in the Solution tab in Dependencies/Projects, a newly added reference is missing there.
My program .csproj looks like this:
<Project Sdk=&...
-1
votes
1
answer
605
views
Kibana Fleet server is offline
I am new to Kibana. Yesterday I setup a fleet server local on my machine and it working. To day I open it up then I see it is offline, last checked 23h ago. Any one can help ? I face this situation 2 ...
1
vote
1
answer
200
views
Fleet bash terminal is not recognising commands
I am trying fleet with the bash terminal. I've opened successfully by adding this in the settings.json:
{
"theme": "dark_purple",
"launchTerminalOnOpen": true,
...
0
votes
1
answer
3k
views
elastic search, agent enrollment failure
I am trying to enroll agent onto my fleet server, the server is live but whenever I try to connect my agent it doesn't work.
I keep encountering the same error:
{"log.level":"warn"...
2
votes
1
answer
184
views
AWS Gamelift Windows Access With SDK 5 or Above
I'm trying to connect AWS Gamelift Windows 2016 instance from my local.
Procedure was simple describe-instances, get-instance-access, update-fleet-port-settings, rdp and go.
BUT :
Amazon made an ...