-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Elastic Agent] Logs from Elastic-Agent and sub process do not have all fields mapped correctly #6545
Comments
This can be fixed in the elastic_agent integration, we map a subset of the component fields today. Likely this was just forgotten because the agent itself is in a separate repository from this integration. integrations/packages/elastic_agent/data_stream/elastic_agent_logs/fields/fields.yml Lines 29 to 53 in 8c68f89
|
We need to be careful about mapping ECS should probably be updated to have a place for the |
It might be simpler for agent to rename |
I've created elastic/elastic-agent#2857 and marked it as blocking this issue. |
It seems some of the "new" fields introduced in 8.6 are missing mapping in some indexes, which causes some very odd behaviours when filtering data. Here is an example of this odd behaviour: elastic/kibana#159371 And an example of indexes missing mapping for
|
We can fix all of the |
I added a task list to the main description so we can better keep track of the fields needing mapping. |
Hi! We just realized that we haven't looked into this issue in a while. We're sorry! We're labeling this issue as |
👍 |
Blocked by Rename log.source in the agent logs to avoid mapping conflicts with existing uses of log.source.address elastic-agent#2857
Version: 8.8.1
Operating System: Linux, but I believe it affects all OSs
- Discuss Forum URL:Steps to Reproduce:
Create a Cloud 8.8.1 deployment
Create a policy with: monitoring enabled, system integration and Custom Logs
Deploy Elastic-Agent
Go to Kibana, expand some of the log entries from Elastic-Agent
log.source
andcomponent.dataset
do not have any mappingScreenshot
Tasks
The text was updated successfully, but these errors were encountered: