-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[MonologBridge] Fixed support of elasticsearch 7.+ in ElasticsearchLogstashHandler #46684
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
Conversation
lyrixx
commented
Jun 15, 2022
Q | A |
---|---|
Branch? | 4.4 |
Bug fix? | yes |
New feature? | no |
Deprecations? | no |
Tickets | Fix #46667 |
License | MIT |
Doc PR |
Elasticsearch added a "compatibility header" to handle this specific breaking change. We could simply add this header instead of adding an option. |
But they will remove the legacy code at some point. isn't? |
src/Symfony/Bridge/Monolog/Handler/ElasticsearchLogstashHandler.php
Outdated
Show resolved
Hide resolved
Where would we set the |
it's not registred in the MonologBundle. I blogged in the past on how to register it: https://jolicode.com/blog/how-to-visualize-symfony-logs-in-dev-with-elasticsearch-and-kibana |
Thank you @lyrixx. |