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
ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog): all logging framework integrations, 8.6.1
Hi, I wanted to ask, what is the goal of DefaultAgent? When I read description of agent field, it doesn't sound to me like Elastic.CommonSchema.* package is an agent.
Problem is that when log are later shipped by Filebeat, it adds some of its values, and whole agent.* field looks like a mixture of different values from different sources:
These fields look consistent like when log entries in the file originally do not have agent.* fields:
The agent fields contain the data about the software entity, if any, that collects, detects, or observes events on a host, or takes measurements on a host.
ECS integration/library project(s) (e.g. Elastic.CommonSchema.Serilog): all logging framework integrations, 8.6.1
Hi, I wanted to ask, what is the goal of
DefaultAgent
? When I read description ofagent
field, it doesn't sound to me likeElastic.CommonSchema.*
package is an agent.Problem is that when log are later shipped by Filebeat, it adds some of its values, and whole
agent.*
field looks like a mixture of different values from different sources:These fields look consistent like when log entries in the file originally do not have
agent.*
fields:(It might be also the question that is worth asking Filebeat devs why not all fields get overwritten by Filebeat, upd: https://discuss.elastic.co/t/filebeat-7-17-6-does-not-overwrite-agent-type-and-agent-version-if-they-are-already-present/344521)
P.S. Sorry for the wrong label, Github suggests only templates for bugs and features.
The text was updated successfully, but these errors were encountered: