I extracted 2 fields called 'Resp_time' and 'Req_time'...Both these fields are integers. I also changed the values to epoch How do I display the difference between the Resp_time and req_time?
... View more
how do i get the values in days_to_eol to just show without the .00 decimal. I even rounded the result to the nearest whole number with my query
... View more
I tried using
| table data
but there is still no data when searching the index. With the spath removed and the _time field added there are still no events in the index and the search log can be seen below. There is still data coming through the search.
... View more
Because i don't see the events in from searching the index I created, I can't tell the timestamp. I added | eval _time=now() to the query so that it would put the recent time when the endpoint was reached
... View more
so there is a field in the log named data and that's where i need my log from. I also removed spath command from the query. Removing the collect command still shows the log curled from the endpoint.
... View more
i have a search in my query where i spool data from an API but then the collect command does not allow me to save the search into my index. Any ideas?
... View more
I just realized why I got more values because there are nested objects below with the same fields but i only want the first one that shows
... View more