elasticsearch - Extract Value from Field For Stacked Column Graph in Kibana -


i want create stacked column graph in kibana 4 based off value in field.

is there way extract http_code create stacked column graph in kibana without having grok log on client before sends log elasticsearch?

for example have field log: below , want extract http code in below example 200 :

log:[2015-07-14 05:51:26,916] info 10.xxx.xxx.xx - - [14/jul/2015:05:51:26 +0000] "get /v2/apps/elasticsearch http/1.1" **200** 1731 "-" "curl/7.29.0" (mesosphere.chaos.http.chaosrequestlog:15)

i want know if possible in kibana because may want create different chart @ later date , have extract different value log field.

hope makes sense.

regards alex


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -