Hello there!
I want to add a percentage row into a chart table.
string:
index=smsc tag=MPRO_PRODUCTION DATA="*8000000400000000*" OR "*8000000400000058*" | dedup DATA | chart count by SHORT_ID, command_status_code | search NOT ESME_RTHROTTLED=0 | sort - ESME_RTHROTTLED | head 15
And the chart table:
![alt text][1]
The red result, is what i need to add. the Value in it should be calculated like the blue marked.
ESME_RTHROTTLED value get divided by ESME_RTHROTTLED and ESME_ROK together.
Can someone help me?
[1]: /storage/temp/283621-screen2.png
↧