I want to keep user fields like..X axis OperationName fetched from parsing logs.. Y axis respective time taken from parsing logs.
I could see only @timestamp and geo fields in graph part. Please advise
I want to keep user fields like..X axis OperationName fetched from parsing logs.. Y axis respective time taken from parsing logs.
I could see only @timestamp and geo fields in graph part. Please advise
hi @vinoossk,
What does your data look like? Are you using the sample Kibana logstash data?
What kind of graph do you want to do? Vertical bar chart/line chart?
In my kibana i will get fields like operationID and Timetaken
tOpId getProduct, getSPRL2, getSPRL2, TK_GDP_XTEML
tTimeTaken 27, 2954, 426, 293
I want to keep OpID in X axis and time taken in Y axis
It seems like timeTaken is not a date field, but a number field.
In the Y-axis dropdown of the Visualization, select "Histogram" (not "Date Histogram"). This should give you the ability to select timeTaken from the drop-down.
© 2020. All Rights Reserved - Elasticsearch
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.