-
Notifications
You must be signed in to change notification settings - Fork 20
chore: rename fields for elastic #551
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
base: v1.0-dev
Are you sure you want to change the base?
Conversation
@ktechmidas please test this and verify logs are received in a useful format |
@@ -43,3 +43,11 @@ filebeat_platform_inputs: | |||
fields: | |||
- from: "json.level" | |||
- to: "log.level" | |||
- rename: | |||
fields: | |||
- from: "json.span.height" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct path will be json.spans.height. Why do you want to rename it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want to rename it to have the same name as in tenderdash, to make filter/search easier
- rename: | ||
fields: | ||
- from: "json.span.height" | ||
- to: "json.height" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it must be:
- from:
to:
Issue being fixed or feature implemented
Issue of consistency with tenderdash fixed
What was done?
Renamed json.span.height to json.height and json.span.round to json.round in elastic for consistency with Tenderdash
How Has This Been Tested?
N/T
Breaking Changes
None
Checklist:
For repository code-owners and collaborators only