Graylog2 / Graylog2/graylog2-server
Inverted Stream Rule is not working
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## Description
Given a user has created a stream and a rule is added as
'Field ipVersion must match exactly 6'
When the user inverts the rule with a not condition eg:
'Field ipVersion must not match exactly 6'
Then the search result is pulling both ipVersion 6 and ipVersion 4.
## Steps To Reproduce
1. Screenshot for ipversion must match exactly 6

2. Screenshot for ipversion must not match exactly 6 yields both version4 and version 6.

## Expected Behavior
1. Should return only ipVersion 4 records.
## Environment
- Graylog Version:3.2.0-beta.4-SNAPSHOT
- Elasticsearch Version:
- MongoDB Version:
- Browser Version: chrome
Contributor guide
Assessment
This issue has not been assessed yet.