Percentages in visualizations without a range

What I am trying to do is to have a visualization of my warn, info, error and missing level fields of my logs as a percentage it's why I added this fields with a grok filter and put it all in a goal vizu but when I use the percentage box it does a percentage by a range
How can I have a percentage of all my logs without this range (the auto extend range don't works)?

with no percentage :

with percentage mode and range 10000 :

What I want for this cas is to have 79% missing, 20% info, 0.9% warn and 0.1% error approximatively

1 Like

Hmm, I don't believe this is currently possible. The percentage mode shows the value as a percentage of a fixed number, not as a percentage of the sum of the values.

I believe what you're looking for is similar to this feature request: https://github.com/elastic/kibana/issues/19489

You can feel free to open a new feature request as well.

2 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.