
How to list unique values of a particular field in Kibana
Jul 13, 2015 · I am having a field named rpc in my elasticsearch database and I am displaying it using Kibana. When I search in search bar of kibana like: rpc:* It display all the values of rpc …
Wildcard search in Kibana for string text in message field
Jan 3, 2021 · I have the following plain text string in the message field in Kibana message: Request result. Request ...
kql - Kibana discover and LIKE - Stack Overflow
Mar 9, 2021 · I have rather silly question, how would you search for a occurencies of following string? foothhejbar foobrndinrhdbar Im basically looking for a way to do search like: …
How do I exclude multiple terms in Kibana 4 - Stack Overflow
Mar 20, 2015 · Kibana KQL Visualisation Filter - Exclude one value of list field. 1. Kibana Wildcard "Not" Match in ...
Kibana: Search within text for string - Stack Overflow
Mar 1, 2017 · Assuming that, in Kibana if the log line is under the field message, you could simply search for the word by: message:"hibernate3" You might also want to refer this, to identify the …
Regex Search in Kibana Elasticsearch - Stack Overflow
Nov 25, 2020 · The Kibana search bar expects a KQL (Kibana Query Language) expression by default. That expression language doesn't yet support regular expressions. You need to switch …
regex - Kibana query exact match - Stack Overflow
Sep 8, 2014 · Kibana v6.5. Share. Improve this answer. Follow edited Jun 3, 2020 at 12:29. answered Jan 18, 2019 at 19: ...
How to create Kibana filter using KQL language - Stack Overflow
Jul 14, 2019 · I am exploring Kibana for data exploration, and have created a query using KQL: title:biologist or description:biology I would like to use this same query as a saved filter that I …
Kibana KQL search saved with time range - Stack Overflow
Oct 29, 2021 · If I select "Last 24 hours" and Refresh the search, it works fine. However, when I save the search, the time range information is not saved. Whenever I open Kibana Discover …
Run a simple sql group by query in kibana 4 - Stack Overflow
Dec 11, 2014 · I want to run a simple sql group by query in kibana 4 "Discover" page. Each record in my elastic search index represent a log and has 3 columns: process_id (not unique value), …