Skip to content

Elastic Agent package doesn't contain all possible agent data streams #953

@jen-huang

Description

@jen-huang

In Kibana > Stack Management > Index Management, with just a Fleet Server agent enrolled and running, only the metrics-elastic_agent.elastic_agent-default has a specific index template attached to it:

image

The other ones just have the generic logs or metrics index template:

image

This is because the Elastic Agent package only ships elastic_agent data stream:
https://github.com/elastic/integrations/tree/d7e83a6aa3b94cb9a4a94c205c0c580ace6a7cee/packages/elastic_agent/data_stream

(also, the elasticsearch.index_template setting should be removed as it is invalid)

title: Elastic Agent
dataset: elastic_agent.elastic_agent
type: metrics
-elasticsearch:
-  index_template:
-    mappings:
-      dynamic: false

It should ship all the other data streams too so that Fleet can install index templates properly for all of them.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions