You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The query itself can be carried out successfully in Kibana.
Hence the question, why is this query successful? {"query":{"bool":{"must_not":[{"exists":{"field":"is_read"}}],"must":[{"range":{"@timestamp":{"gte":"now-1h"}}}]}}}
Although the field exists and therefore a mail is still sent every minute.
Logstash information:
Please include the following information:
Logstash version: 8.11.0
Logstash installation source: RPM
How is Logstash being run: systemd
Plugins installed: (bin/logstash-plugin list --verbose)
Hi there
i do not understand the behavior of logstash.
Although the field
is_read
exists, a successful query is still performed and an e-mail is sent.The query itself can be carried out successfully in Kibana.
Hence the question, why is this query successful?
{"query":{"bool":{"must_not":[{"exists":{"field":"is_read"}}],"must":[{"range":{"@timestamp":{"gte":"now-1h"}}}]}}}
Although the field exists and therefore a mail is still sent every minute.
Logstash information:
Please include the following information:
Plugins installed: (
bin/logstash-plugin list --verbose
)JVM (e.g.
java -version
):OS version (
uname -a
if on a Unix-like system):The text was updated successfully, but these errors were encountered: