- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
waisbrot
Engager
08-06-2013
10:50 AM
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
okrabbe_splunk

Splunk Employee
05-27-2014
07:36 PM
I am not aware of a function or command to do this.
However, you could use a more complicated where clause if we assume you have broken out the version into fields major, minor and point....
|where major > 2 OR (major >=2 AND minor >3) OR (major >=2 AND minor >= 2 AND point > 5)
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
okrabbe_splunk

Splunk Employee
05-27-2014
07:36 PM
I am not aware of a function or command to do this.
However, you could use a more complicated where clause if we assume you have broken out the version into fields major, minor and point....
|where major > 2 OR (major >=2 AND minor >3) OR (major >=2 AND minor >= 2 AND point > 5)
