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

Feature: add conditions to rename action #117

Open
alikhil opened this issue Jul 6, 2022 · 0 comments
Open

Feature: add conditions to rename action #117

alikhil opened this issue Jul 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@alikhil
Copy link
Contributor

alikhil commented Jul 6, 2022

Is your feature request related to a problem? Please describe.
We have 2 apps running in kubernetes, the first one produces logs like { "message": "hello" } and the second one like { "message": { "field": "hello", "otherField": "world"}}.
As result after writing these logs to the same index in elasticsearch there is a conflict on type of field and kibana does not show them.

Describe the solution you'd like
I would like to rename message field if it's json object to for example message_json but rename and neither other actions don't support any conditions/filters.

Describe alternatives you've considered
For now, we separated logs from different apps to different indexes.

@alikhil alikhil added the enhancement New feature or request label Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant