Hi,
I am trying to do exactly that but for some reason I am unable to edit the query to change the values of 0 to be whatever I need. I tried 3 different browsers, no go so far. Any thoughts on why that would be? I click on the edit button but the query does not expand and allow me to edit.
Thank you
How to extract numeric values from messages and graph them
-
gsl_ops_practice
- Posts: 151
- Joined: Thu Apr 09, 2015 9:14 pm
Re: How to extract numeric values from messages and graph th
Are you able to edit any field in this way - or is this the only field giving you problems?
Can you post a screenshot of what happens after you press 'edit'?
Can you post a screenshot of what happens after you press 'edit'?
-
gsl_ops_practice
- Posts: 151
- Joined: Thu Apr 09, 2015 9:14 pm
Re: How to extract numeric values from messages and graph th
When I click on "Edit" any time on any filter I just get a black mouseover saying "Edit" but nothing happens, screenshot below...very peculiar
You do not have the required permissions to view the files attached to this post.
Re: How to extract numeric values from messages and graph th
Interesting - I haven't seen this particular issue before. What version is your Nagios Log Server at? If possible, please update to the latest release: http://www.nagios.com/news/company-news ... 4-released
-
gsl_ops_practice
- Posts: 151
- Joined: Thu Apr 09, 2015 9:14 pm
Re: How to extract numeric values from messages and graph th
Hi,
I figured out why I couldn't edit that field - the web requests were being sent through a proxy and I requested a direct connection on port 80/443 and the issue is now gone, I can edit the fields.
Will now try to figure out what I can do with the ranges.
Thank you.
I figured out why I couldn't edit that field - the web requests were being sent through a proxy and I requested a direct connection on port 80/443 and the issue is now gone, I can edit the fields.
Will now try to figure out what I can do with the ranges.
Thank you.
-
gsl_ops_practice
- Posts: 151
- Joined: Thu Apr 09, 2015 9:14 pm
Re: How to extract numeric values from messages and graph th
Can you please confirm the structure of the query for a range of values for this field? I am getting an error when I follow the example you have previously provided. Screenshot below.
You do not have the required permissions to view the files attached to this post.
Re: How to extract numeric values from messages and graph th
Were you sure to add the ':int' tag to the end of your example field? Specifying a range will only work with integers and floats. For instance, 'pid' will work because it's an integer, while 'severity' will not because it's a string.