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

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

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -