All Posts

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

All Posts

Hello @billy , Can you please use the configuration provided below, where I've added the sourcetype in inputs.conf:   [WinEventLog://Security] disabled = 0 current_only renderXml = 1 whitelist = 4... See more...
Hello @billy , Can you please use the configuration provided below, where I've added the sourcetype in inputs.conf:   [WinEventLog://Security] disabled = 0 current_only renderXml = 1 whitelist = 4624, 4634 sourcetype = XmlWinEventLog:Security     2 - You can also configure the files using source instead of sourcetype   inputs.conf - [WinEventLog://Security] disabled = 0 current_only renderXml = 1 whitelist = 4624, 4634 props.conf - [source::XmlWinEventLog:Security] TRANSFORMS-Xml = send_to_3rd_party transforms.conf [send_to_3rd_party] REGEX = . DEST_KEY = _TCP_ROUTING FORMAT = foobar   If this reply helps you, Karma would be appreciated. Thanks, Surbhi
Good morning, I did the Splunk Enterprise update from version 9.1.1 to 9.2.1 but the web interface no longer shows the connected machines. What can I verify? Thanks OS Centos 7
Check out Splunk Cheat Sheet: Query, SPL, RegEx, & Commands | Splunk At the end of the blog post you will find the splunk-quick-reference-guide in pdf format.
Please try below,  |rex field=_raw "\"eventTimestamp\"=\"(?<Time>\d{4}-\d{2}-\d{2}[T]\d{2}:\d{2})"  
Hi Amit, I'm not sure about the issue, but I suggest trying to reinstall with the latest agent version. Also, check the connectivity and SSL certification if required. Make sure that the hostname is... See more...
Hi Amit, I'm not sure about the issue, but I suggest trying to reinstall with the latest agent version. Also, check the connectivity and SSL certification if required. Make sure that the hostname is correctly set in the server section to ensure all metrics are present.
Hi Rohit, Could you please perform the following checks: 1) Verify the connection between the database agent and the controller, as well as between the database agent and the database server. 2) E... See more...
Hi Rohit, Could you please perform the following checks: 1) Verify the connection between the database agent and the controller, as well as between the database agent and the database server. 2) Ensure that the user has the correct permissions as specified in the AppDynamics document. https://docs.appdynamics.com/appd/onprem/23.x/23.2/ja/database-visibility/add-database-collectors/configure-mysql-collectors  3) Check if you have created a user for the db collector setting. Try logging in with the same user on the MySQL server to confirm that the user ID and password are correct. Thank you.
Nope -  
Hello @vishenps , First, upgrade the add-on builder version. Then, move all configurations to the default directory within the custom app from the local directory, and then remove the local director... See more...
Hello @vishenps , First, upgrade the add-on builder version. Then, move all configurations to the default directory within the custom app from the local directory, and then remove the local directory. Finally, proceed with the vetting process. Let me know how it goes Please accept the solution and hit Karma, if this helps!
Yes, i released that its not "timestamp " and its changes to "eventTimestamp" in raw data  However  modified query but still its not working. =======================================================... See more...
Yes, i released that its not "timestamp " and its changes to "eventTimestamp" in raw data  However  modified query but still its not working. ====================================================================== index=* namespace="dk1017-j" sourcetype="kube:container:kafka-clickhouse-snapshot-writer" message="*Snapshot event published*" AND message="*dbI-LDN*" AND message="*2024-04-03*" AND message="*" |fields message |rex field=_raw "\s+date=(?<BusDate>\d{4}-\d{2}-\d{2})" |rex field=_raw "sourceSystem=(?<Source>[^,]*)" |rex field=_raw "entityType=(?<Entity>\w+)" |rex field=_raw "\"eventTimestamp\":\"(?<Time>\d{4}-\d{2}-\d{2}[T]\d{2}:\d{2})"  --> Please suggest here  |sort Time desc |dedup Entity |table Source, BusDate, Entity, Time ====================================================================== attaching sample raw screenshot for your reference    
Hi Rich,   I am sorry for the poorly worded question. "You have alert, which the cron schedule says to fire at 1 PM (13:00) in CDT.  That's 11:30 PM (23:30) IST. " The issue is instead of receivi... See more...
Hi Rich,   I am sorry for the poorly worded question. "You have alert, which the cron schedule says to fire at 1 PM (13:00) in CDT.  That's 11:30 PM (23:30) IST. " The issue is instead of receiving the mail at 11:30 PM (23:30) IST, I receive it on 11:30 am IST.     If you check the mail screenshot, you can see the inline query result returned wed Apr 3 13:00, but trigger time is April 4, 01:19 am CST, and the mail reached my inbox on April 4, 11:49 am IST. Shouldn't it be actually April 3 13:19 CST and 23:49 IST?
@cmezao - I feel Upgrade Readiness App warnings nowadays generate errors from the internal App as well. I personally feel it's safe to ignore.  
please check the sample raw data , where i need time only
As of version  7.4.1 your org cert must be appended to below path:  $SPLUNK_HOME/etc/apps/Splunk_TA_aws/lib/certifi/cacert.pem
The thread you're responding to is relatively old and is not directly related to your question. To keep the Answers tidy and focused and to ensure visibility of your issue please submit your questio... See more...
The thread you're responding to is relatively old and is not directly related to your question. To keep the Answers tidy and focused and to ensure visibility of your issue please submit your question(s) as a new thread.  
If your Splunk version is 9.2 and above and running on Linux.  You could try below  https://docs.splunk.com/Documentation/Splunk/9.2.1/Admin/Serverconf        
Your command says "\"timestamp\":\"(?<Time>\d{4}-\d{2}-\d{2}[T]\d{2}:\d{2})"  So it will match only if you have a part of your event containing (of course the timestamp is just an example) "timest... See more...
Your command says "\"timestamp\":\"(?<Time>\d{4}-\d{2}-\d{2}[T]\d{2}:\d{2})"  So it will match only if you have a part of your event containing (of course the timestamp is just an example) "timestamp":"2023-01-12T14:54 Since your event is formatted differently (most significantly, the "field" you're extracting from is not named "timestamp"), you need to adjust this regex. Use https://regex101.com for checking/verifying your ideas. As a side note - manipulating structured data (in your case - json) with regexes might not be the best idea.
Also please check below query which is working , however it does not giving me required output , i need only time. in Last column =============================================================== ind... See more...
Also please check below query which is working , however it does not giving me required output , i need only time. in Last column =============================================================== index=* namespace="dk1017-j" sourcetype="kube:container:kafka-clickhouse-snapshot-writer" message="*Snapshot event published*" AND message="*dbI-LDN*" AND message="*2024-04-03*" AND message="*" |fields message |rex field=_raw "\s+date=(?<BusDate>\d{4}-\d{2}-\d{2})" |rex field=_raw "sourceSystem=(?<Source>[^,]*)" |rex field=_raw "entityType=(?<Entity>\w+)" |rex field=_raw "eventTimestamp=(?<Time>\d{4}-\d{2}-\d{2}[T]\d{2}:\d{2})"   --> Need only time  |sort Time desc |dedup Entity |table Source, BusDate, Entity, Time ================================================================   please check screenshot for more clear understanding    
Ahhh... This is a Splunk-specific class. I thought this was supposed to be some generic HTTP POST based mechanism. OK, in this case it might indeed be inserting the proper REST endpoint on its own. ... See more...
Ahhh... This is a Splunk-specific class. I thought this was supposed to be some generic HTTP POST based mechanism. OK, in this case it might indeed be inserting the proper REST endpoint on its own. Anyway, I'd try debugging by just launching tcpdump/wireshark and verifying if there is any connectivity between your app and your HEC input (and if there is - what is going on there). You use unencrypted HTTP so you should see the traffic
Unable to understand solution , could you please elaborate more    I see in raw data as below eventTimestamp=2024-04-04T02:24:52.762129638)   i would like extract time from above like = 02:24