apache - How to visualize Apdex score on Kibana? -


i have elasticsearch+logstash+kibana stack running , visualize apdex score website.

i writing python script gets response times apache logs , calculates apdex score, can't quite figure out how send data kibana or visualize on kibana. ideas appreciated. tells me wouldn't need script , should able simple querying, again can't wrap head around it.

while parsing apache logs, can add appdex component per each document stored in elastic. can base score on whatever condition want implement apdex calculation.

in kibana, display average of value in time-series graph server apdex graph.


Comments

Popular posts from this blog

Google sheets equipment borrowing system -

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

c# - Convert type 'System.Collections.Generic.List<string>' to 'System.Collections.Generic.IList<>' -