I am trying to filter Kibana for a field that contains the string "pH". The field is called extra.monitor_value_name
. Examples of potential values are Temperature_ABC01
, DO_ABC01
, or pH_ABC01
.
Kibana's Elasticsearch Query DSL does not seem to have a "contains string" so I need to custom make a query.
I am new to Query DSL, can you help me create the query?
Also, is it proper to call it Query DSL? I'm not even sure of proper wording.