elasticsearch - Kibana Use particular field/ substring in message as count to visualize -


i want create visualization(vertical bar or horizontol bar) in kibana. filter criteria using looks

{   "query": {     "match": {       "message": {         "query": "products imported",         "type": "phrase"       }     }   } } 

acually matches messages

592 products imported
600 products imported
................

when create visualization using filter/search criteria see count number of times products imported message found. want number of products has imported. want put in chart count against day/time.

how can that


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

.htaccess - ERR_TOO_MANY_REDIRECTS htaccess -