Hi, I've been told, that using field extractions on json is not best practis and that I should use calculatedfields instead. In some cases thats easy and I can use replace or other methods to do t...
...field name which i could create an alias of.
So i tried to extract them with calculatedfields...
com_cf_sensor_xyz = if(valueName="Sensor_xyz", value, "")
When I search the corresponding s...
...se the where function to compare two fields I get no results. I am searching a list of hostnames, setting a threshold to compare against, and trying to display only events that are older than the set t...
...6
How would I go aboutcalculating the percentage of shapes that a heavy by color_and_shape?
I tried doing ...| eval pct=sc/total
but this does not work.
...3.420 I should mention too that only the time portion, not the date, will need the difference calculated. The YYYY-MM-DD will always be the same between _time and lockTime.
Hi Team, How to write a calculatedfield for below | eval action=case(like("request.path","auth/ldap/login/names"),"success") Names field will be changeing Above one is not working
Hello, Recently I added a question about how I could extract fields or get a table from a json input (https://community.splunk.com/t5/Splunk-Search/Field-extraction/m-p/517524#M145531). The s...
...ations are then of course wrong, but that's not the point).
So my question is:
Why does removing/adding the append command changes the value of a previous calculatedfield?
I have a...
...680 3108
What I want to do is add a few columns calculating a percentage. For example, I want a column between field2 and field3 that is essentially field2 divided by field1. And then a...