CASS_GC_GRACE %{CASS_BASE} %{DATA:msg} in %{INT:gc_duration}ms. %{DATA}:\s*%{INT:eden_orig_bytes}\s*->\s*%{INT:eden_new_bytes}; %{DATA}:\s*%{INT:oldgen_orig_bytes}\s*->\s*%{INT:oldgen_new_bytes};(\s*%{DATA}:\s*%{INT:surv_org_bytes}\s*->\s*%{INT:surv_new_bytes};|)
After Parsing my log I can see the data from KIbana as I was expecting but I need some help in creating Visualization.
As you can see below Image is having my parsed data, I just want to visualize GC_DURATION field data as a timechart like 2 am gc_duration was 300 msec, 2:01 am 350 msec, 3 am 1000 msec not like count (when I was trying to create visualize it was giving only count) to understand the gc pause time.
you probably want to create a line chart with "average gc_duration" as the metric. Go to "Visualize" and select a line-chart. Select as "metric" "average gc_duration", and then under "buckets", select "Date histogram".
Hi, I tried to apply above concepts on pie chart but I count see more fields under metrics. I could see only two metric under metrics , those are level order and totlaexectioninmiili . How I can get all fields under metric dropdown ?
Now I could see my filed in Kibana, but Y-axis you asked me to choose average right? can I take Y-axis my gc_duration field (I see only aggregation on Y-axis) and x-axis timestamp?
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.