English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Elasticsearch Field Filtering

The discover feature provided by the Kibana homepage allows us to explore the dataset from different perspectives. You can search and filter the data of the selected index pattern. Data is usually provided in the form of distribution of values over a period of time.

Click below to browse examples of e-commerce data.DiscoverThe icon shown in the figure. This will display the data along with the chart.

Filter by Time

To filter out data at a specific time interval, we use the time filter option as shown below. By default, the filter is set to15minutes.

Field Filtering

You can also useAdd Filtersuch as the following options to filter data by field. Here, we have added one or more fields and obtained the corresponding results after applying the filter. In our example, we select the fieldday_of_week, then select the operator for the field,isand set the value toSunday.

Next, we click 'Save' according to the above filtering conditions. The result set containing the filtering conditions of the application is as follows.