Fleet data exporting to CSV

Hi,

Is there way i can export Fleet data to CSV. I mean do we have a index for fleet for writing queries ??

my use case is i need to build a dashboard where it should show status of Elastic agent in each VM and way to export the data.

There is no such feature to export to CSV.
Fleet stores agents data in .fleet-agents index, however the agent statuses are calculated based on many fields in Fleet's server logic.
You could query the API https://KIBANA_HOST:PORT/api/fleet/agents periodically and save the response. The status field returns the current status of each agent as seen on the UI.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.