All Topics

Find Answers
Ask questions. Get answers. Find technical product solutions from passionate members of the Splunk community.

All Topics

Hi, I want to create a Correlation alert that will trigger and collect all the events from the same IP within a certain time. I try to "group by", but, not work   THX    
Hi  Is it possibe show decimal numbers on sandkey diagram? e.g my spl command produce this number 0.13 but on sandey diagram just show 0 Any Idea? Thanks
I am trying to filter out null values from the result of stats. Query looks like below.     index=someindex* some ((somefield1=value1 AND somefield2="value2") AND (somefield1=value3 ... See more...
I am trying to filter out null values from the result of stats. Query looks like below.     index=someindex* some ((somefield1=value1 AND somefield2="value2") AND (somefield1=value3 OR (somefield2=value4 AND somefield1=value5 ) ) ) OR (somefield1=value6) | eval someeval=... | replace "some*" with "SOME" in somefield1 | bucket _time span=1d as daytime | stats max(eval(if(somefield1=value1,_time,null()))) as val1_time min(eval(if(somefield1=value2,_time,null()))) as val2_time min(eval(if(somefield1=value3 ,_time,null()))) as val3_time by somefield3 somefield4 | eval recovered_time=if(isNotNull(val2_time),val2_time,val3_time) | where isNotNull(val1_time)     But this query returns result with null or empty val1_time also. What could be the issue in this query? I further pass the result of this query to another stats query.  But I am stuck here.
Hi, Am trying to do an index time masking where my data is not in _raw but in a separate field A. For example A field has the following data "Path=/LoginUser Query=CrmId=ClientABC& ContentItemId=T... See more...
Hi, Am trying to do an index time masking where my data is not in _raw but in a separate field A. For example A field has the following data "Path=/LoginUser Query=CrmId=ClientABC& ContentItemId=TotalAccess&SessionId=3A1785URH117BEA&Ticket=646A1DA4STF896EE& SessionTime=25368&ReturnUrl=http://www.clientabc.com, Method=GET,IP=209.51.249.195, Content=", ""  I have applied transforms rules as below, [session-anonymizer] SOURCE_KEY = field:A REGEX = (?m)^(.*)SessionId=\w+(\w{4}[&"].*)$ FORMAT = $1SessionId=########$2 DEST_KEY = field:A The problem is when we give the DEST_KEY as _raw it is masked properly, But I need the masked data back to field A. How do we get this masked to field:A I have also tried adding  [accepted_keys] is_valid = field:A
Hi How can I hide "code" row from output of lookup comand ? .... | lookup myfile.csv code OUTPUT description FYI: i have some stats before lookup so don't want use "table" command.   Any idea? ... See more...
Hi How can I hide "code" row from output of lookup comand ? .... | lookup myfile.csv code OUTPUT description FYI: i have some stats before lookup so don't want use "table" command.   Any idea? Thanks,
Is there a way to set permissions for MLTK model files in the local.meta file?
Hi! Thanks for your help. I have a question. All this in Dashboard Studio.   I need to add a digital clock (hh:mm:ss) to the dashboard, that looks nice and shows me the time in real-time. Als... See more...
Hi! Thanks for your help. I have a question. All this in Dashboard Studio.   I need to add a digital clock (hh:mm:ss) to the dashboard, that looks nice and shows me the time in real-time. Also, the dashboard is updated every minute, and we need to show the time (hh:mm:ss) it was updated in another panel (We don't want to use ShowLastUpdated code) Regards!
Hi, I have a radio button with 3 choice values. When any of the radio button is clicked or hovered it should show me some message. Can you please help me with the code? Example: When hovered/click... See more...
Hi, I have a radio button with 3 choice values. When any of the radio button is clicked or hovered it should show me some message. Can you please help me with the code? Example: When hovered/clicked on TR Details it should show message as 'TR' and similarly When hovered/clicked on TR DUE it should show message as 'DUE' Below is my radio button code <input type="radio" id="landscape" token="TR"> <label>Landscape</label> <choice value="TR Details">TR Details</choice> <choice value="TR DUE">TR DUE</choice> <change> <condition label="TR Details"> <set token="TR view">TR view</set> <unset token="TR DUE">TR DUE</unset> </condition> <condition label="TR DUE"> <set token="TR DUE">TR DUE</set> <unset token="TR view">TR view</unset> </condition> </change> </input>
I have about 10 indexers, a cluster. For some reason my "master node" turned off and when it turned on. my data has disappeared. there were 18 million data, and it became 9 million for what reason co... See more...
I have about 10 indexers, a cluster. For some reason my "master node" turned off and when it turned on. my data has disappeared. there were 18 million data, and it became 9 million for what reason could this happen? I can't find anything in the logs. HELP PLS
Need help for the below, The sourcetypes has different values in it like below,  index=a sourcetype=b |eval details=1 | append [|search index=c sourcetype=d|eval details=2] | append [|search index... See more...
Need help for the below, The sourcetypes has different values in it like below,  index=a sourcetype=b |eval details=1 | append [|search index=c sourcetype=d|eval details=2] | append [|search index=e sourcetype=f|eval details=3] |eventstats count by details| Pass%=count(pass)/total*100,2 Fail%=count(fail)/total*100,2 Error%=count(Error)/total*100,2 |table pass fail error total I have a barchart with x-axis with details and y-axis %(pass%,fail%,error%) of ( pass fail error etc).When i click the details(x-axis) in barchart , the single value should show number of individual Pass,fail,error in trellis. Please let me know how this can be achieved .
Hello All, Wondering if anyone can help? I am currently looking at RBA and adding a multiplier to any users that are leaving. At first glance, I was wondering whether to look at risk_object_endDate=... See more...
Hello All, Wondering if anyone can help? I am currently looking at RBA and adding a multiplier to any users that are leaving. At first glance, I was wondering whether to look at risk_object_endDate=*, but am now wondering how the lookup for identity works and if I can be clever and add a category "leaver" to the user (or risk_object_identity_tag that index=risk will pick up). From some research I think the identity lookup is being ran by many searches but mainly from ldapsearch. Does this mean it is picking up categories from LDAP? Not sure how to check what the lookup is running to fill it's contents.  Any help/guidance would be great! Thank you, J.
I have read the explanation on the mrsparkle dir via Solved: So I get the obvious Simpsons reference but what a... - Splunk Community but I am seeing a lot of instances of failed connections from th... See more...
I have read the explanation on the mrsparkle dir via Solved: So I get the obvious Simpsons reference but what a... - Splunk Community but I am seeing a lot of instances of failed connections from the indexer to the search head via port 8000 trying to initiate a connection with it.  Firstly - should this be trying to connect from the indexer to the search head, and if so, is it still valid that this is required? Then - why would that be failing if there are already connections from the indexer to the search head via 8000?    
Hello everyone,  I have tons of DNS queries in my enterprise on commercial legit domains (eg. partnerweb.vmware.com, login.live.com) which I don't want to log with Splunk Stream. My configuration is... See more...
Hello everyone,  I have tons of DNS queries in my enterprise on commercial legit domains (eg. partnerweb.vmware.com, login.live.com) which I don't want to log with Splunk Stream. My configuration is as follows but apparently it doesn't work: app: Splunk_TA_stream_wire_data props.conf [streamfwd://streamfwd] TRANSFORMS-blacklist-vmwarecom = vmware.com transforms.conf [vmware.com] REGEX=query\=partnerweb\.vmware\.com DEST_KEY=queue FORMAT=nullQueue Any help would be appreciated. Kind regards, Chris  
hi When I launch a dashboard, I have randomly the message below Waiting for the task to start in the queue. what does it means and how to avoid it please? rgds 
Hi All, I need your help in creating cron expression for alert schedule. I need to schedule a alert from Monday 02:00 - Saturday 00:30. If any other information is required please let me know. Any... See more...
Hi All, I need your help in creating cron expression for alert schedule. I need to schedule a alert from Monday 02:00 - Saturday 00:30. If any other information is required please let me know. Any help will be highly appreciated.    Thanks in advance.
Hi, How to call a External URL from Splunk Search and read the JSON results obtained from it in Splunk. Basically i want to hit the URL and the results obtained by hitting the URL is in JSON Format... See more...
Hi, How to call a External URL from Splunk Search and read the JSON results obtained from it in Splunk. Basically i want to hit the URL and the results obtained by hitting the URL is in JSON Format. I then need to read this JSON result in splunk
Hi All, We would like to know for an alternative solution to website monitoring app in Splunkbase. Could someone please let us know if there is an alternate way to monitor website availability in Sp... See more...
Hi All, We would like to know for an alternative solution to website monitoring app in Splunkbase. Could someone please let us know if there is an alternate way to monitor website availability in Splunk? Thanks!
Hi all, I am uploading a csv which has two columns, Status and Flag. I am having issues where the Flag field is being populated with the value which is set in the status field even when flag is blan... See more...
Hi all, I am uploading a csv which has two columns, Status and Flag. I am having issues where the Flag field is being populated with the value which is set in the status field even when flag is blank. i.e. If status is O and Flag is blank then Flag is being populated with O as well.   Can you help?
we are running an integration with Azure  app TA-MS-AAD sourcetype azure:eventhub  and getting the RoleAsssigment as ID  only from activity logs  what is the best way to import RoleAsssigment  displ... See more...
we are running an integration with Azure  app TA-MS-AAD sourcetype azure:eventhub  and getting the RoleAsssigment as ID  only from activity logs  what is the best way to import RoleAsssigment  display name  ?  
I currently have multiple entries in the VALUES column for each host. The table currently looks like:  hostname VALUES HOST1 ENV1 APP1 LOC1   HOST2 ENV2 APP2 LOC2   I woul... See more...
I currently have multiple entries in the VALUES column for each host. The table currently looks like:  hostname VALUES HOST1 ENV1 APP1 LOC1   HOST2 ENV2 APP2 LOC2   I would like the table to read as: hostname ENV APP LOC HOST1 ENV1 APP1 LOC1 HOST2 ENV2 APP2 LOC2   I am essentially trying to transpose the column "VALUE" and create 3 separate columns with the custom headings "ENV,APP and LOC"