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.
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.