I am using latest version of kibana and my task is visualize the API responce time (upstream_responce_time in nginx) in kibana dash board on the values of p50,p90,p99.when i select Percentiles Aggregation opition in the kibana visualization i am not getting the all avaialblle fields that i defined i am getting on two options loke mentioned below.
date @timestamp
number
log.offset
My question is why i am not able to view different fields otherthan timestamp and logset. i have upstream_responce_time and request time and more,i am attaching both the screenshots of available fields and visualization can anyonne help me out of this isuue.
Please check the mapping of your index and make sure upstram_response_time is indexed as a number field. I suspect it's currently mapped as string field (and you can't calculate percentiles on a string)
Hi i am sending logs from filebeat to my logstash and i am using kv filter pugin in filter section it is working fine but when i use mutate filter pugin to convert from string to integer my logstash is not working and i am getting the error below code is my filter configuration.
Hi I converted the above upstream_response_time to number type from string but after this also i am facing same issue as above mentioned i am getting only logset in number section.
Did you refresh your index pattern in the management index pattern section? Otherwise Kibana won't pick up the change. Before you do that make sure that all indices matching the pattern only have a number type for this field in their mapping, no string leftovers in old indices (you either have to delete the old indicies, re-index them with the new mapping or make sure your index pattern is not matching them)
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.