All Posts

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

All Posts

Hello Can you, please, explain more what you have and what you try to achieve?  I really don't understand what your problem is. Thank you,
Hello, Please help me with the following request I have a table output of several url's to PDF files For example this one https://janenpiet.domain.nl/sites/conten_sites/BOT/Parts%20%20documents/A... See more...
Hello, Please help me with the following request I have a table output of several url's to PDF files For example this one https://janenpiet.domain.nl/sites/conten_sites/BOT/Parts%20%20documents/ADFM/Phonesrv/Highg%20Volume%20Phiones/ABCD%20Capture/60.%20Hardware/01.%20Scanners/Amsterdam/30/2025-01-20.pdf My request is as follows. When a user click on a link, it should open a new window that opens the PDF file. I notice that a simple drilldown does not work. Does anybody know how to do this? Reagrds, Harry
Hi We are working on a Cisco Sec+Splunk course, using the new Cisco Security Cloud App as well as coverage for the old apps like the Cisco ISE App/Add-on. In this course, we have a troubleshooting s... See more...
Hi We are working on a Cisco Sec+Splunk course, using the new Cisco Security Cloud App as well as coverage for the old apps like the Cisco ISE App/Add-on. In this course, we have a troubleshooting section, so for ISE, just checking if there are any ISE logs in Splunk for troubleshooting the App/Add-On   Thanks!
Hi @plao  The config you've shown shows that it uses a UDP input, therefore I would not expect to see any ISE specific log sources in your logs. Is there any issue that you are experiencing that yo... See more...
Hi @plao  The config you've shown shows that it uses a UDP input, therefore I would not expect to see any ISE specific log sources in your logs. Is there any issue that you are experiencing that you need additional debug logs for? Please let me know how you get on and consider accepting this answer or adding karma this answer if it has helped. Regards Will
 
Thanks .. I only see from SNA app     
Have look at this DOCUMENTATION PAGE. Debugging logs should be send into _internal index. Look at that index.  
 
Hi  https://splunkbase.splunk.com/app/1589 https://splunkbase.splunk.com/app/1915 The app and add-on .. thanks        
Are you talking about this APP? If so, I don't think is application has it's own debugging log file.  
Looking at the Cisco ISE App/Add_On The logging level is by default set to debug I cannot find a file which shows me debug logs for this TA? /var/log/splunk does not have any specific file for ISE... See more...
Looking at the Cisco ISE App/Add_On The logging level is by default set to debug I cannot find a file which shows me debug logs for this TA? /var/log/splunk does not have any specific file for ISE and in /splunk/etc/apps/Splunk_TA as well, there is no file for logs? Thanks!    
Hello everyone, I successfully installed and started the smart agent on the host machine where I have a Java agent and machine agent installed. As you can see in the first image below, the processes... See more...
Hello everyone, I successfully installed and started the smart agent on the host machine where I have a Java agent and machine agent installed. As you can see in the first image below, the processes show that the Java agent is being monitored (same PID as the Java agent process), but in the Appserver agent section, it shows that the same Java agent does not seem to be managed by the smart agent. I have restarted the smart agent service a couple of times and also restarted the Java agent after any edits I made to the smart agent configuration. I tried to enable auto-attach and fixed the ld_preload.json file. I also tried to enable and disable auto-discovery. Note that I am running my agent as a service on an Ubuntu Linux machine that's compatible with the agent and I have no errors in the smart agent logs or the Java agent logs. However, nothing seems to be working. Can someone please assist me with this issue? Thank you. 
Thank you for your response! It definitely works, but it has two issues, both related to each other: 1) It gives two row, instead of adding columns. Running the query for only one app, gives me o... See more...
Thank you for your response! It definitely works, but it has two issues, both related to each other: 1) It gives two row, instead of adding columns. Running the query for only one app, gives me one row per date, in which the metrics are the columns. Using your strategy gives me two rows per date, one for each app. Is it possible to set the metrics side-by-side as different columns? Having two rows is a problem as, in theory, the user should be able to compare both applications for a range of, let's say, 1 month. So having two rows per day and making the user compare between pairs of rows while in the middle of other 58 makes it confusing. 2) Related to the last topic, how would I rename them? Because as this strategy gives me two rows, the distinction between the apps is based on identifying which row corresponds to each app. Would it be possible to rename the metrics in such way that I have "Average App 1" and "Average App 2"?
Search for both apps at the same time and let the stats commands sort them out. index=... (payload.appName=app1 OR payload.appName=app2) | bin span=1d _time | rename payload.appName as appName | sta... See more...
Search for both apps at the same time and let the stats commands sort them out. index=... (payload.appName=app1 OR payload.appName=app2) | bin span=1d _time | rename payload.appName as appName | stats ... by appName | eval ... | where ... | sort ... | streamstats ... by appName | eval ... | stats avg(...) as avg_app1 max(...) as max_app1 count(...) as count1_app1 count(...) as count2_app1 by _time appName | rename avg_app1 as "Average App 1" ... | fields "Average App 1" ...
Hello @woodcock  A question, in your post I see that you talk about some scripts, I wanted to know if those allow you to stop the error=3 when you run a search and it doesn't return any results Cur... See more...
Hello @woodcock  A question, in your post I see that you talk about some scripts, I wanted to know if those allow you to stop the error=3 when you run a search and it doesn't return any results Currently I need to run correlations search with the command at the end "... | sendalert risk ... " But when there are no results it throws that error and the whole correlation search is truncated, and for that reason I wanted to know if there is a way to abort the sendalert risk when there are no results 
Hi @SN1  Check out https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-move-Enterprise-Security-to-new-search-head/m-p/460898 (which I believe @kiran_panchavat has posted some snippets... See more...
Hi @SN1  Check out https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-move-Enterprise-Security-to-new-search-head/m-p/460898 (which I believe @kiran_panchavat has posted some snippets from below) as this has more info. To be clear though - it is not as simple as just moving the "SplunkEnterpriseSecuritySuite" app - depending on your setup there will be multiple apps (such as SA-* and TA-* apps) which support the ES app.  Aside from the apps, there are also KV Stores which you will need to backup and restore / migrate to the new SH.  Question - Is the new SH going to replace the old SH? Are there any users/configuration on the new SH already? If the new SH is a blank replacement then you might be okay to copy all the $SPLUNK_HOME/etc/apps content over, along with a KVStore backup and restore from the Old to the New SH. As mentioned previously, it would be worth testing this in a development environment - if you have one! I know that not everyone has the luxury! Please let me know how you get on and consider accepting this answer or adding karma this answer if it has helped. Regards Will
Hi @SplunkExplorer  There is a really good post (https://community.splunk.com/t5/Getting-Data-In/Forwarder-Output-Compression-Ratio-what-is-the-expected/td-p/69899) which has some stats on various c... See more...
Hi @SplunkExplorer  There is a really good post (https://community.splunk.com/t5/Getting-Data-In/Forwarder-Output-Compression-Ratio-what-is-the-expected/td-p/69899) which has some stats on various compression rates which might help, but I think to answer your question - Its good practice to have end-to-end SSL encryption, and SSL Compression can also reduce your networking costs. In terms of "if before compression data has dimension X + Y and, after it, X, consumed license will be X + Y, not X." - Im not really sure I understood this, but as you said, compression does not impact license. Therefore if you have 800mb of data at source, which is compressed to 100mb and sent to the destination indexers, then the amount of license you use is 800mb, regardless of if it arrives compressed. Licensing is based on raw ingestion size (unless you have workload based licensing!) Please let me know how you get on and consider accepting this answer or adding karma this answer if it has helped. Regards Will
Hi @TallBear  The easiest way to achieve this is to create multiple series like this, and then change to stacked bar chart:   | makeresults | eval zip="Test-10264,Production;Test-10262,Production;... See more...
Hi @TallBear  The easiest way to achieve this is to create multiple series like this, and then change to stacked bar chart:   | makeresults | eval zip="Test-10264,Production;Test-10262,Production;Test-102123,Production;MGM-1,Development;MGM-2,Development;MGM-3,Development;MGM-4,Development" | makemv delim=";" zip | mvexpand zip | table zip _time ```End of sample data``` | rex field=zip "(?<ticket>.+?),(?<Status>.+$)" | stats values(ticket) as tickets by Status | stats count(tickets) as amount by Status ``` Add the SPL below ``` | eval {Status}=amount | fields - status amount   Please let me know how you get on and consider accepting this answer or adding karma this answer if it has helped. Regards Will  
Hi @siva_kumar0147  If you have created a dashboard based on the REST call then whenever you load the dashboard it will show the current details of your saved searches, you shouldnt need to make any... See more...
Hi @siva_kumar0147  If you have created a dashboard based on the REST call then whenever you load the dashboard it will show the current details of your saved searches, you shouldnt need to make any updates to the dashboard when your saved searches are updated elsewhere. I hope I have understood your question, but please let me know if I can help further. Please let me know how you get on and consider accepting this answer or adding karma this answer if it has helped. Regards Will
Hi @Sathish28  It looks like you have a couple of issues here, however its unlikely that this is purely as a result of moving from VM to Physical infrastructure. The first issue looks to be search ... See more...
Hi @Sathish28  It looks like you have a couple of issues here, however its unlikely that this is purely as a result of moving from VM to Physical infrastructure. The first issue looks to be search concurrency - It seems that one or more users are hitting the limits on the number of searches being run. It worth investigating in the _audit logs to see which searches are being queued (or even skipped) as this will easily indicate which user is impacted. You can then work out whether it is appropriate to increase the concurrency limits for that user/role/system or if the searches need refining to be more efficient. The other issue relating to sendemail (https://docs.splunk.com/Documentation/Splunk/9.4.0/SearchReference/Sendemail) is purely down to a missing capability on the user running that search. The user needs to have run_custom_command in their role so that this command will work. Again, have a look in _audit for "sendemail" to see which user(s) are calling this search if you are unsure, and then adjust their role accordingly. Please let me know how you get on and consider accepting this answer or adding karma this answer if it has helped. Regards Will