All Posts

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

All Posts

I have used the below workaround, and the issue is gone. https://community.splunk.com/t5/Splunk-Enterprise/v9-1-upgrade-issues-Why-does-Top-tool-bar-shows-Loading/m-p/649018#M16719
I basically have the opposite question as can be seen here: https://community.splunk.com/t5/Splunk-Search/How-to-use-the-head-command-with-group-by/m-p/444439 I am looking for an increase in perfor... See more...
I basically have the opposite question as can be seen here: https://community.splunk.com/t5/Splunk-Search/How-to-use-the-head-command-with-group-by/m-p/444439 I am looking for an increase in performance while keeping the search generic. As a minimal example I created this:     | makeresults | eval data=split("1;1,1;2,2;1,2;2",",") | mvexpand data | eval data=split(data,";") | eval a=mvindex(data,0), b=mvindex(data,1) | table a b | dedup a     I know that I can tremendously speed up the search if I use a template like so, using "| head 1" on each group of a:     | makeresults | append [| makeresults | eval data=split("1;1,1;2,2;1,2;2",",") | mvexpand data | eval data=split(data,";") | eval a=mvindex(data,0), b=mvindex(data,1) | table a b | search a=1 | head 1 ] | append [| makeresults | eval data=split("1;1,1;2,2;1,2;2",",") | mvexpand data | eval data=split(data,";") | eval a=mvindex(data,0), b=mvindex(data,1) | table a b | search a=2 | head 1 ] | search a=* | table a b     However, this way the search is no longer generic and I have to know what groups "a" can take (1,2 in this example) Question: Is there a way to increase performance on dedup while also keeping the search generic?
Hello, I want to schedule a python script which uses pandas and beautifulsoup4 as librairies. But my splunk does not have those librairies and does not execute the python script. How can I add those... See more...
Hello, I want to schedule a python script which uses pandas and beautifulsoup4 as librairies. But my splunk does not have those librairies and does not execute the python script. How can I add those librairies to my splunk environment?   Thanks.
Either update infobutton.css or override the definitions in it. If you need help with that, you will need to provide the source of the infobutton.css file (assuming you have permission to share it, o... See more...
Either update infobutton.css or override the definitions in it. If you need help with that, you will need to provide the source of the infobutton.css file (assuming you have permission to share it, of course).
| stats values(score) as score by ip vuln | stats dc(eval(if(score > 0,vuln,null()))) as dc_gt_0 dc(vuln) as dc_all sum(score) as total_score by ip As also shown here
Hi @ITWhisperer ,    <form stylesheet="dashboard.css,infobutton.css" script="multiselect_functions.js,infobutton.js" version="1.1" theme="dark"> Yes, its CSS. Thanks! Manoj Kumar S
It sounds like something recently changed - either change it back or change forward to fix it
Where is infobutton defined? Do you have a custom CSS associated with the dashboard?
Hi, I have the same as icons  working fine but other columns which contains text not working . I've added to .js some point but still the same. Did you resolved an issue? } else {  $td.text(va... See more...
Hi, I have the same as icons  working fine but other columns which contains text not working . I've added to .js some point but still the same. Did you resolved an issue? } else {  $td.text(value); } Also it's only working for the table id="sample" so if I would like to add next table is it enough to add another var example sample1? var sh = mvc.Components.get("sample1"); if(typeof(sh)!="undefined") { sh.getVisualization(function(tableView) { // Add custom cell renderer and force re-render tableView.table.addCellRenderer(new CustomRangeRenderer()); tableView.table.render(); }); }
@gcusello  only yesterday we had received like mixed event like: abc and xyz are coming in a same events Previously it didn't happen like that  
Hi please check from SPLUNK_HOME\var\log\splunk\splunkd.log what there is. That should told to you what is the issue. r. Ismo
Hi as @gcusello said you must check your disk spaces on those nodes (both sh + idx sides). Look especially what you have on /opt/splunk/var.  Also you should clean up your dispatch directory as log... See more...
Hi as @gcusello said you must check your disk spaces on those nodes (both sh + idx sides). Look especially what you have on /opt/splunk/var.  Also you should clean up your dispatch directory as logs said and/or extend value in limits.conf. Have you one (or some) users which are mainly running those queries & DMAs? If so check that this user have enough quota define on his/her role. You should use MC for looking what are happening on your system. If you haven't set up it yet, then it's time to set it on (probably on some other individual node).  r. Ismo
Hi all, I have the Splunk Add-on for AWS up and running fine and ingesting to a metric index. Now I need to fine  tune it a bit and wondering about Metrics Configuration and Metric Statistics. W... See more...
Hi all, I have the Splunk Add-on for AWS up and running fine and ingesting to a metric index. Now I need to fine  tune it a bit and wondering about Metrics Configuration and Metric Statistics. We get namespace AWS/DX dimension ConnectonId, all metrcs,. But what about Metric Statistics? What should I use to get the best value.... for alerts Average, Sum, Maximum or Minimum? This statics can be 0 "down" OR 1 "up" -J-  
It seems that avg as an eval function has deployed at 8.1.0 (https://docs.splunk.com/Documentation/Splunk/8.1.0/SearchReference/StatisticalFunctions).
| stats values(score) as score by ip vuln | stats dc(eval(if(score > 0,vuln,null()))) as dc_gt_0 dc(vuln) as dc_all sum(score) as total_score by ip
Can't help you without knowing what is the relationship between this field and the rest of the data.
Hello, I am having a hard time with the Splunk Universal Forwarder agent v9.1.1. Got it installed in 100+ servers and it starts and talks to the deployment server , then when I push some configs, it ... See more...
Hello, I am having a hard time with the Splunk Universal Forwarder agent v9.1.1. Got it installed in 100+ servers and it starts and talks to the deployment server , then when I push some configs, it restarts and never comes back. To make it start again, the windows admin had to remove the credentials of Splunk user from the host. I tried installing the agent in multiple ways and even tried using virtual account and experienced the same results Default installation :   msiexec.exe /i splunkforwarder-9.1.1-64e843ea36b1-x64-release.msi AGREETOLICENSE=yes DEPLOYMENT_SERVER=some_url:8089 SERVICESTARTTYPE=auto LAUNCHSPLUNK=1 /quiet   Using Virtual account without password:   msiexec.exe /i splunkforwarder-9.1.1-64e843ea36b1-x64-release.msi AGREETOLICENSE=yes DEPLOYMENT_SERVER=some_url:8089 SERVICESTARTTYPE=auto LAUNCHSPLUNK=1 SPLUNKUSERNAME=splunkfwd USE_VIRTUAL_ACCOUNT=1 /quiet   Using Virtual account with password:   msiexec.exe /i splunkforwarder-9.1.1-64e843ea36b1-x64-release.msi AGREETOLICENSE=yes DEPLOYMENT_SERVER=some_url:8089 SERVICESTARTTYPE=auto LAUNCHSPLUNK=1 SPLUNKUSERNAME=splunkfwd SPLUNKPASSWORD=some_password USE_VIRTUAL_ACCOUNT=1 /quiet   Any thoughts on what could be the issue? Splunk log does not show any anything. And just to add this this, it works fine in some hosts (~5) without any issues
Hi @Praz_123, your question is just a little vague! could you share more details? which is the sourcetype? are you using a standard or a ustom Add-On? Anyway, using a simple search analyze your ... See more...
Hi @Praz_123, your question is just a little vague! could you share more details? which is the sourcetype? are you using a standard or a ustom Add-On? Anyway, using a simple search analyze your data to understand which hosts are involved and what's te Add-On that you have to correct, probably you need only to specify the sourcetype in the inputs.conf. Ciao. Giuseppe
@ZombieT , the best way is the Monitoring Console in which you have all the information about all Indexes, but if they are hundreds it will not be so easy to read! let me know if I can help you mor... See more...
@ZombieT , the best way is the Monitoring Console in which you have all the information about all Indexes, but if they are hundreds it will not be so easy to read! 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
Hi , We are getting the mixed abc and xyz events from sourcetype pqr. Due to this, Network team are getting multiple false tickets .