You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The endpoint datastreams are missing the agent.name field in the documents. Normally any document ingested by Elastic Agent using an Integration has agent.name available.
@pierrehilbert Endpoint does not know the value to use for agent.name. For fields like this, to make sure Endpoint stays in sync with Agent/Beats, Agent has populated a field like fleet.agent.* in the config it sends to Endpoint. Can we do that for fleet.agent.name too?
Hi,
The endpoint datastreams are missing the
agent.name
field in the documents. Normally any document ingested by Elastic Agent using an Integration hasagent.name
available.For some datastreams
agent.name
already exists in the mapping:https://github.com/elastic/endpoint-package/blob/master/package/endpoint/data_stream/process/fields/fields.yml#L50
The text was updated successfully, but these errors were encountered: