Stats query status

Hi there,

we are using ES for full-text search in our system.

I am wondering if there is any way to stats the query status, including what is the most popular words that user input in our search engine, what is the average time of the queries etc.

thanks,
Chelsea

You would need to log that yourself using your choice of fields (userID, search term, response time, user-agent, clicked pages ...). Some of this data may be parseable from your webserver's log files. An Elasticsearch index would make a good place to store that sort of information then slice and dice in Kibana

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.