-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add config parsing for disable_host
to FunctionBeat
#30673
Comments
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
Hi! We're labeling this issue as |
👍 |
Hi! We're labeling this issue as |
Describe the enhancement:
This PR was merged May 2020:
#18159
That means there is now logic in libbeats to be able to skip adding
host: { name }
into the output. The option to configure this should get pulled into functionbeat as well as filebeat (perhaps other beats as well?)Describe a specific use case for the enhancement or feature:
FunctionBeats run as a serverless function. In AWS this means a Lambda that runs and processes some input pipe of events. The host that gets written by functionbeat ends up being the host running the serverless function and not the host that wrote the source event. Having the ability to skip this incorrect data being written into our system is fairly imperative. It also makes it easier to find any events being created that aren't conforming to ECS and are missing host.name so that those events could be fixed.
The text was updated successfully, but these errors were encountered: