All Posts

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

All Posts

Hello, I am using  an extract field at search time called "src_ip". To optimize search response times, I have create an indexed field extraction called "src_ip-index". How to "backendly" configure... See more...
Hello, I am using  an extract field at search time called "src_ip". To optimize search response times, I have create an indexed field extraction called "src_ip-index". How to "backendly" configure Splunk so end users will query only a single field which use both "src_ip-index" and "src_ip" , but use "src_ip-index" in priority when available due to better performance. hope it is clear enough. Best regards,
Good to hear that it has worked, but you must remember that if you have any cluster, shc, DS etc. issue and needs support from splunk you will be in a deep s.... And Splunk's 1st requirements will ... See more...
Good to hear that it has worked, but you must remember that if you have any cluster, shc, DS etc. issue and needs support from splunk you will be in a deep s.... And Splunk's 1st requirements will be that you must fix your deployment architecture first and after that they can start to support it.
Hello I want to extract the field issrDsclsrReqId" using the Rex command.  Can someone please help me with the command to extract the value of field bizMsgIdr  which is eiifr00000522922023122916222... See more...
Hello I want to extract the field issrDsclsrReqId" using the Rex command.  Can someone please help me with the command to extract the value of field bizMsgIdr  which is eiifr000005229220231229162227.    { "shrhldrsIdDsclsrRspn": { "dsclsrRspnId": "0000537ede1c5e1084490000aa7eefab", "issrDsclsrReqRef": { "issrDsclsrReqId": "eiifr000005229220231229162227", "finInstrmId": { "isin": "FR0000052292" }, "shrhldrsDsclsrRcrdDt": { "dt": { "dt": "2023-12-29" } } }, "pgntn": { "lastPgInd": true, "pgNb": "1" }, "rspndgIntrmy": { "ctctPrsn": { "emailAdr": "ipb.asset.servicing@bnpparibas.com", "nm": "IPB ASSET SERVICING" }, "id": { "anyBIC": "BNPAGB22PBG" }, "nmAndAdr": { "adr": { "adrTp": 0, "bldgNb": "10", "ctry": "GB", "ctrySubDvsn": "LONDON", "pstCd": "NW16AA", "strtNm": "HAREWOOD AVENUE", "twnNm": "LONDON" }, "nm": "BNP PARIBAS PRIME BROKERAGE" } } } }
Hi Splunkers, I must recover Splunk version for all component in a particular environment. I have not access to all GUI and/or .conf files on all machine, so the idea is to try to recover those info... See more...
Hi Splunkers, I must recover Splunk version for all component in a particular environment. I have not access to all GUI and/or .conf files on all machine, so the idea is to try to recover those info with a Splunk search. Here: How-to-identify-a-list-of-forwarders-sending-data I got a very useful search that I used and return me a lot of info about Forwarders, all ones: UF, HF and so on. Due I'm not on a cloud env but an on prem one, I have also to recover Splunk version used on Indexers and Search Heads. So, my question is: how should I change search got on above link to gain version from IDXs and SHs?
I am wondering why the two following requests, when applied to exactly the same time range, return a different value: index=<my_index> logid=0000000013 | stats count index=<my_index> logid=13 | st... See more...
I am wondering why the two following requests, when applied to exactly the same time range, return a different value: index=<my_index> logid=0000000013 | stats count index=<my_index> logid=13 | stats count The first one returns many more results than the second. (The type indicated by Splunk for this field is "number" not "string".)
@richgalloway I've tried this command it works. However if I need to filter out specific locations like AB AC and AD, sum their values to a new location let's say AM05. When I search for AM05 , it sh... See more...
@richgalloway I've tried this command it works. However if I need to filter out specific locations like AB AC and AD, sum their values to a new location let's say AM05. When I search for AM05 , it should display the summed value. If i search for AB, it should show the existing value. Is it possible? 
I have been struggling to create a dynamic dropdown in Splunk Dashboard studio. I have watched several video but I think they mostly talk about Classic Dashboards. I have also read the documentation ... See more...
I have been struggling to create a dynamic dropdown in Splunk Dashboard studio. I have watched several video but I think they mostly talk about Classic Dashboards. I have also read the documentation but it has been of no help. My Sample Problem is: A: B,C,D W: X,Y,Z I want to create two dropdowns. Dropdown1: A, W Dropdown 2:  If "A", then "B","C,"D" options If "B", then "X","Y,"Z" options I am unable to figure out how to do this. Any help will be much appreciated. Thank you all.  
HEC error 403 is a token problem.  Check that the sender is configured properly. https://docs.splunk.com/Documentation/Splunk/latest/Data/TroubleshootHTTPEventCollector#Possible_error_codes
what if ,it has more than 50k events index="aaam_devops_elasticsearch_idx" | search project = Einstein360_TicketsCreated_ElasticSearch_20210419 | search source.TransactionName ="ITGTicketCreated" |... See more...
what if ,it has more than 50k events index="aaam_devops_elasticsearch_idx" | search project = Einstein360_TicketsCreated_ElasticSearch_20210419 | search source.TransactionName ="ITGTicketCreated" | dedup id | timechart span=1d count as ITGTicketCreated | join max=0 _time [| search index="aaam_devops_elasticsearch_idx" | search project = Einstein360_TruckRollCreated_ElasticSearch_20210420 | search source.TransactionName = "Truck_Roll_Create_Result" | timechart span=1d dc(id) as TruckRollCreated] | stats values(ITGTicketCreated) as ITGTicketCreated values(TruckRollCreated) as TruckRollCreated by _time  
Hi @Anud  >>> example:  alert has trigger for the below data is 2:40 on your data list, i am not sure to find out where is the 2:40 at all.    ok, lets do like this. simply create a search for a ... See more...
Hi @Anud  >>> example:  alert has trigger for the below data is 2:40 on your data list, i am not sure to find out where is the 2:40 at all.    ok, lets do like this. simply create a search for a condition(either ID or Bill_ID) and count the results.  if you have results equal to zero, then on the alert condition, add your trigger condition.  Pls let me/us know if any questions, thanks.    PS - if any reply helped you, pls upvote/add karma points. if any reply solves your query, pls accept it as solution, thanks. 
Hi @pmantri10  The golden rule is - Good questions will receive Good answers!  from the subject i assume you want to list out all HEC inputs you have in your Splunk instance(either Splunk onprim or... See more...
Hi @pmantri10  The golden rule is - Good questions will receive Good answers!  from the subject i assume you want to list out all HEC inputs you have in your Splunk instance(either Splunk onprim or Splunk Cloud). if yes, then Pls go to Settings --- >  Data --- > Data inputs on this page, look for "HTTP Event Collector" (clickable link).. when you click on it, you will get the list of HEC inputs you have configured in your Splunk instance.    PS - if any reply helped you, pls upvote/add karma points. if any reply solves your query, pls accept it as solution, thanks. 
Hi @erikhill  may i know if the above reply solves your query, if not, pls let us know more details.  if yes, could you pls accept it as solution, thanks. 
Hi @Emre1  >>> i did a free trial 14 days for splunk You did a free trial of Splunk Cloud, right?   >>> If i want so access instance, it isnt even accessable on your email, did you get an email ... See more...
Hi @Emre1  >>> i did a free trial 14 days for splunk You did a free trial of Splunk Cloud, right?   >>> If i want so access instance, it isnt even accessable on your email, did you get an email from Splunk Cloud, to access the Splunk Cloud instance? did you click and login? if yes, pls share the screenshot.   
These all seem to have the word ERROR in so just include that in your search
Hi, Could any one pls figure out from these below logs to achieve the use case like when we launch rdp,proxy from secretserver, we are seeing some drop in the connection eg. like look for error and ... See more...
Hi, Could any one pls figure out from these below logs to achieve the use case like when we launch rdp,proxy from secretserver, we are seeing some drop in the connection eg. like look for error and handshake in logs sample event for client 2024-01-12 05:03:37,391 [CID:] [C:] [TID:197] ERROR Thycotic.RDPProxy.CLI.Session.ProxyConnection - Error encountered in RDP handshake for client 192.168.1.1 - (null) System.Exception: Assertion violated: stream.ReadByteInto(bufferStream) == 0x03 at Thycotic.RDPProxy.ContractSlim.Assert(Boolean condition, String conditionStr, String actualStr) at Thycotic.RDPProxy.Readers.ConnectionRequestProvider.ReadConnectionRequest(Stream stream, AuthenticationState clientState) at Thycotic.RDPProxy.CLI.Session.ProxyConnection.<DoHandshakeAndForward>d__20.MoveNext() sample event for user 2024-01-12 05:02:11,920 [CID:] [C:] [TID:266] ERROR Thycotic.DE.Feature.SS.RdpProxy.EngineRdpProxySessionService - An error was encountered while attempt to fetch proxy credentials for user 'chrisbronet' - (null) another usecase is like the discovery process from ad to secretserver eg, scan ad and finds the local id creates the id and pwd in to the secret server. sample events: 1) 2024-01-11 23:39:36,183 [CID:] [C:] [TID:83] ERROR Thycotic.Discovery.Sources.Scanners.Dependency.ApplicationPoolScanner - WMI (IIS) Unable to connect to xyzwin.abc.com with Exception System.Threading.ThreadAbortException: Thread was being aborted. at System.Management.IEnumWbemClassObject.Next_(Int32 lTimeout, UInt32 uCount, IWbemClassObject_DoNotMarshal[] apObjects, UInt32& puReturned) at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext() at Thycotic.Discovery.Sources.Scanners.Dependency.ApplicationPoolScanner.<>c__DisplayClass10_0.<IsIisRunningWmi>b__0(Object x) - (null) 2) 2024-01-11 23:29:47,675 [CID:] [C:] [TID:PriorityScheduler Thread @ Normal] ERROR Thycotic.Discovery.Sources.Scanners.MachinePreDiscoveryTester - Could not connect to xyx.win.abc.com with port pre-check. Please open port(s) [135, 445] - (null) 3) 2024-01-11 23:32:32,163 [CID:] [C:] [TID:PriorityScheduler Elastic Thread @ Normal] ERROR Thycotic.Discovery.Sources.Scanners.Dependency.ApplicationPoolScanner - Service Controller (IIS) Unable to connect to xyz.win.abc.com with Exception System.InvalidOperationException: Cannot open W3SVC service on computer 'xyz.win.abc.com'. ---> System.ComponentModel.Win32Exception: Access is denied --- End of inner exception stack trace --- at System.ServiceProcess.ServiceController.GetServiceHandle(Int32 desiredAccess) ... 1 line omitted ... at System.ServiceProcess.ServiceController.get_Status() at Thycotic.Discovery.Sources.Scanners.Dependency.ApplicationPoolScanner.IsIisRunningServiceController() - (null) Thankyou  
The thing is, we've had this existing setup for years and never had any issues. Therefore, I had hoped to do a like for like swap to the new host, to prevent any further complications of building out... See more...
The thing is, we've had this existing setup for years and never had any issues. Therefore, I had hoped to do a like for like swap to the new host, to prevent any further complications of building out more machines and making sure all hosts can connect, etc. However, I appreciate the replies and will try and implement some of these recommendations at least.
Here is one way to approach it <search first index> [search <second index> | rename child_file_id as file_id | dedup file_id] Here is another <first index> OR <second index> | rename child_file_id... See more...
Here is one way to approach it <search first index> [search <second index> | rename child_file_id as file_id | dedup file_id] Here is another <first index> OR <second index> | rename child_file_id as file_id | stats values(*) as * by file_id Given your vague requirements and lack of sample events, hopefully this will still match what you are attempting to do
Hi @nehamvinchankar, sorry, this is the check that all the servers are sending data. If you want the server list that sent data is easier, try this: | tstats count WHERE index=your_index BY host |... See more...
Hi @nehamvinchankar, sorry, this is the check that all the servers are sending data. If you want the server list that sent data is easier, try this: | tstats count WHERE index=your_index BY host | table host Ciao. Giuseppe
Hi @Anud, let me understand: you have data every hour but you want to trigger an alert if there's a delay more than 10 minutes between events, is this correct? In this case, you could run something... See more...
Hi @Anud, let me understand: you have data every hour but you want to trigger an alert if there's a delay more than 10 minutes between events, is this correct? In this case, you could run something like this: index=your_index | timechart count span=10m | stats count AS checks | where checks<6 you should run this alert every hour to have 6 checks every hour. Ciao. Giuseppe
Read the docs for your environment But seriously - what are you looking for? Addresses for Cloud inputs? On which of your local HFs/indexers are HEC inputs configured? What tokens do you have con... See more...
Read the docs for your environment But seriously - what are you looking for? Addresses for Cloud inputs? On which of your local HFs/indexers are HEC inputs configured? What tokens do you have configured?