If you are familiar with Kibana Alerts, using ElasticSearch Watcher is a natural progression. Watchers give us complete flexibility when it comes to constructing an alert query. We can customize everything, from the search query, the aggregations on the search results, the filters we want to alert, the template of the action email and much…
Tag: ElasticSearch
Using Elasticsearch Scripted Field for easy searching
ElasticSearch is really good for searching. We can use scripted field to create search fields per document. This way we don’t have to keep on updating our search filters. Instead we just click a link and the search is done for us. One such scenarios is, we have latitude and longitude and we wanted to…