All Posts

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

All Posts

  want to create view like above under dashboard
Hi @uagraw01 , good for you, remember to unflag the Case sensitive match. let me know if I can help you more, or, please, accept one answer for the other people of Community. Ciao and happy splunk... See more...
Hi @uagraw01 , good for you, remember to unflag the Case sensitive match. let me know if I can help you more, or, please, accept one answer for the other people of Community. Ciao and happy splunking Giuseppe P.S.: Karma Points are appreciated
Hello, could you tell me how to properly have dedicated server certificate for specific tcp-ssl in inputs.conf (Checkpoint) and have another dedicated server certificate for the hf in server.conf, b... See more...
Hello, could you tell me how to properly have dedicated server certificate for specific tcp-ssl in inputs.conf (Checkpoint) and have another dedicated server certificate for the hf in server.conf, both using different sslpassword setting? Both are from same secondary rootCA. Or should we keep single dedicated server certificate on heavyforwarder and only put dedicated Checkpoint certificate on appliance? Thanks.      
@ecnausysadm , it looks like you're trying to process EDIs.  We now have solutions accelerator for EDIs.  Would like to share what we have if you are interested.
@timothywatson @hogan24 , it looks like you both are trying to implement a solution with EDIs.  We now have a solutions accelerator for EDI documents.  Let me know if any of you is interested in shar... See more...
@timothywatson @hogan24 , it looks like you both are trying to implement a solution with EDIs.  We now have a solutions accelerator for EDI documents.  Let me know if any of you is interested in sharing some information, I can set up a call to introduce.
@gajananh999 , it looks like your processing EDI data. We do have a new solution accelerator for EDI transactions.  Love to share some content we have.   Let me know if you're interested.
@tlunruh , it looks like your processing EDI data.  We now have solution accelerator for EDI transactions, I would love to share what we have.  Let me know if you're interested.
@dmrhodes101 , it looks like you are trying to process EDI, we do have a solution accelerator for processing EDIs, love to share some of the content we have.  Let me know if you're interested.
@_gkollias It looks like you are trying to process EDI data.  We do have a solutions accelerator for EDI, we can share.  Are you interesting in learning about it?  Love to set-up some time to share w... See more...
@_gkollias It looks like you are trying to process EDI data.  We do have a solutions accelerator for EDI, we can share.  Are you interesting in learning about it?  Love to set-up some time to share what we have.
My email is youngc@splunk.com Please send me an email, I will send a zoom meeting invite for us to connect.
@gcusello As per the below screenshot, I need to specify in the match_type for both the fields ? FYI @gcusello  I have added below entries and it starts working as expected. WILDCARD(so... See more...
@gcusello As per the below screenshot, I need to specify in the match_type for both the fields ? FYI @gcusello  I have added below entries and it starts working as expected. WILDCARD(source), WILDCARD(position), WILDCARD(destination)
Hi @uagraw01 , what's the issue? did you unflagged the checkbox for exact match in the Lookup Definition? Ciao. Giuseppe
Hello Splunkers!! We have events that contains source and destination fields with complete values, and we want to match these fields against event data where the corresponding fields (source and des... See more...
Hello Splunkers!! We have events that contains source and destination fields with complete values, and we want to match these fields against event data where the corresponding fields (source and destination) may include wildcard values in the lookup. The goal is to accurately match the event data with the appropriate lookup values, ensuring that wildcard patterns in the lookup are properly evaluated during the matching process. Values to be match with below lookup. What I have tried so far to match events field values with the lookup field values. But no luck found. Please give me some suggestion to execute this correctly. | lookup movement_type_ah mark_code as mark_code destination as destination source as source OUTPUTNEW movement_type  
Hello All, Is there any official document which can guide to setting up Splunk on AWS Elastic Beanstalk. Thanks.
Did your lookup grow in size during this time?  I had this problem with a large lookup a while ago.  Check out Why does lookup return null when there are multiple matches.
I have set up email authentication and SMTP using Amazon SES. The test email was successful. I configured the mail server by entering the SMTP ID and password. I created a simple alert, configured ... See more...
I have set up email authentication and SMTP using Amazon SES. The test email was successful. I configured the mail server by entering the SMTP ID and password. I created a simple alert, configured it to trigger in real-time, and set it to send an email. However, the alert is not being generated, and the alert email is not being sent. Is there a way to configure Amazon SES SMTP with Splunk Enterprise's mail server and alert settings to ensure the emails are sent? Thank you!                
Splunk does not support changing logs at all - that is not what Splunk is, it is simply a repository where data is stored as read-only data. I am not sure where it is documented though. Neither Splu... See more...
Splunk does not support changing logs at all - that is not what Splunk is, it is simply a repository where data is stored as read-only data. I am not sure where it is documented though. Neither Splunk Cloud, nor Enterprise support the concept of changing raw data once ingested.  
Splunk will only ever show milliseconds for the _time field, but if you do ... | head 5 | eval actual_time_value=_time | table _time actual_time_value You can see the time field as it is stored as ... See more...
Splunk will only ever show milliseconds for the _time field, but if you do ... | head 5 | eval actual_time_value=_time | table _time actual_time_value You can see the time field as it is stored as a number  
Try like this #tableWithHiddenHeader7 thead{ display: none; } #tableWithHiddenHeader7 tr td:nth-child(1) { width: 40% !important; ... See more...
Try like this #tableWithHiddenHeader7 thead{ display: none; } #tableWithHiddenHeader7 tr td:nth-child(1) { width: 40% !important; } #tableWithHiddenHeader7 tr td:nth-child(2) { width: 20% !important; } #tableWithHiddenHeader7 tr td:nth-child(3) { width: 20% !important; } #tableWithHiddenHeader7 tr td:nth-child(4) { width: 20% !important; } #tableWithHiddenHeader7 td { text-align: left; } #tableWithHiddenHeader8 thead{ display: none; } #tableWithHiddenHeader8 tr td:nth-child(1) { width: 40% !important; } #tableWithHiddenHeader8 tr td:nth-child(2) { width: 20% !important; } #tableWithHiddenHeader8 tr td:nth-child(3) { width: 20% !important; } #tableWithHiddenHeader8 tr td:nth-child(4) { width: 20% !important; } #tableWithHiddenHeader8 td { text-align: left; } #tableWithHiddenHeader9 thead{ display: none; } #tableWithHiddenHeader9 tr td:nth-child(1) { width: 40% !important; } #tableWithHiddenHeader9 tr td:nth-child(2) { width: 20% !important; } #tableWithHiddenHeader9 tr td:nth-child(3) { width: 20% !important; } #tableWithHiddenHeader9 tr td:nth-child(4) { width: 20% !important; } #tableWithHiddenHeader9 td { text-align: left; } #tableWithHiddenHeader10 thead{ display: none; } #tableWithHiddenHeader10 tr td:nth-child(1) { width: 40% !important; } #tableWithHiddenHeader10 tr td:nth-child(2) { width: 20% !important; } #tableWithHiddenHeader10 tr td:nth-child(3) { width: 20% !important; } #tableWithHiddenHeader10 tr td:nth-child(4) { width: 20% !important; } #tableWithHiddenHeader10 td { text-align: left; }
@BTA_BT May we have the doc link pls  Do you see the add comment or feedback on the lower page?!?!  Did (could you pls) you submit comment / feedback?!?!   Thx and best regards