Skip to content
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

Fix/logstash indexing #1113

Closed
wants to merge 2 commits into from

Conversation

makelicious
Copy link
Collaborator

Issue:

  1. Logstash was unable to index logs to elasticsearch.
  2. On version 8, elasticsearch became ECS compliant by default.
  3. This caused the accepted payload to change. The 400 error went unnoticed. Most likely since we re use logstash to deliver those to us.

Solution:

  1. Rename host to host.name in order to follow ECS
  2. Add ecs-logstash index to config.ndjson to read errors from.

@makelicious makelicious added this to the v1.6.0 milestone Sep 5, 2024
@makelicious makelicious closed this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants