-
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
Use Kibana byte formatter with ECS bytes fields #10184
Use Kibana byte formatter with ECS bytes fields #10184
Conversation
0795ea5
to
7dbcfbb
Compare
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.
Could we port this also to the ECS repo?
testing/environments/Makefile
Outdated
@@ -11,8 +11,8 @@ stop: | |||
|
|||
|
|||
up: | |||
${BASE_COMMAND} build | |||
${BASE_COMMAND} up | |||
${BASE_COMMAND} build elasticsearch kibana |
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.
leftover?
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.
Yeah, thanks for catching this. I have undone this change.
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.
Probably not pushed yet? Will also need an other rebase.
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.
Pushed now. Was about to push then I realized it also needed a rebase then I got interrupted by a flight.
d0ff9de
to
0cde7d6
Compare
An issue has be opened for ECS: elastic/ecs#305 |
0cde7d6
to
f3f6e51
Compare
Add a Kibana field formatter to the fields that contain bytes so that they are represented in human readable format (e.g. 10 KB, 10GB).
f3f6e51
to
ed1461a
Compare
Add a Kibana field formatter to the fields that contain bytes so that they are represented in human readable format (e.g. 10 KB, 10GB).
Add a Kibana field formatter to the fields that contain bytes so that they are represented in human readable format (e.g. 10 KB, 10GB).