We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Actually, using the pie panel in goal mode it's quite difficulte because you can easily define a goal number.
So, it should be great if we can set a goal number based on the result of an other querie.
For example : MODE : goal GOAL : @fields.status_code:200 QUERY : @fields.status_code:404
If the goal query returns : 400 and the query returns : 200 the pie panel should display : 50%
Of course, the hits panel can do something like that, but it's not totally the same thing :)
jsm-oxa
The text was updated successfully, but these errors were encountered:
Pie charts no longer support goals, so closing this for now. If the pie becomes "goal oriented" down the line, we can address this then.
Sorry, something went wrong.
Merge pull request elastic#210 from Logrhythm/2.5.1
f0b7b26
2.5.1 PB 1.90
Fix elastic#210
4ccb863
No branches or pull requests
Hi,
Actually, using the pie panel in goal mode it's quite difficulte because you can easily define a goal number.
So, it should be great if we can set a goal number based on the result of an other querie.
For example :
MODE : goal
GOAL : @fields.status_code:200
QUERY : @fields.status_code:404
If the goal query returns : 400
and the query returns : 200
the pie panel should display : 50%
Of course, the hits panel can do something like that, but it's not totally the same thing :)
jsm-oxa
The text was updated successfully, but these errors were encountered: