@Kuly2Fraise this may be due to the hyphen in the field name (best practices ); try escaping the fieldname with backticks.
Regarding the "empty response:"
- Can you please share the full query that you're using?
- Have you eliminated any broader issues like missing/conflicting mappings? Are you able to e.g. retrieve results with
sequence [any where event.light_state != null] [any where event.light_state != null]
- Can you verify that the data contains the sequence that you're looking for? Remember that they have to be sequential by
@timestamp
, and (now) contain the sameevent.wlan-src
key.