A wildcard operator is a special character that is used in Kibana search queries to represent one or more other characters.
Kibana supports two wildcard operators: ?, which matches any single character in a specific position and *, which matches zero or more characters.
In this note i will show some examples of Kibana search queries with the wildcard operators. (more…)