All Posts

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

All Posts

Hello how can I display only 1 value of these 3 "maxCapacitMachine" results (which are the same in all 3 cases) in a BY timechart?  
Currently without hitting the submit button,when i load the dashboard it get result  of the below usage statistics of the selected test environment  Query used first checks  if  env is selected "t... See more...
Currently without hitting the submit button,when i load the dashboard it get result  of the below usage statistics of the selected test environment  Query used first checks  if  env is selected "test"  then use "index" as "np-ap" and set "stageToken" as "test"  I want  the submit button to work and get the result only after the env  ,data entity  and date is selected and hit the submit button index="np-ap" AND source="--a-test" <query>index=$indexToken$ AND source="-a-$stageToken$"   <form version="1.1" theme="dark"> <label> stats</label> <fieldset submitButton="true"> <input type="dropdown" token="indexToken1"> <label>Environment</label> <choice value="pd-ap,prod">PROD</choice> <choice value="np-ap,test">TEST</choice> <change> <eval token="stageToken">mvindex(split($value$,","),1)</eval> <eval token="indexToken">mvindex(split($value$,","),0)</eval> </change> </input> <input type="dropdown" token="entityToken"> <label>Data Entity</label> <choice value="aa">aa</choice> <choice value="bb">bb</choice> <choice value="cc">cc</choice> <choice value="dd">dd</choice> <choice value="ee">ee</choice> <choice value="ff">ff</choice> <default>aa</default> </input> <input type="time" token="timeToken" searchWhenChanged="false"> <label>Time</label> <default> <earliest>-24h@h</earliest> <latest>now</latest> </default> </input> </fieldset> <row> <panel> <html id="APIStats"> <style> #user{ text-align:center; color:#BFFF00; } </style> <h2 id="user">API</h2> </html> </panel> </row> <row> <panel> <table> <title>Unique</title> <search> <query>index=$indexToken$ AND source="-a-$stageToken$" | stats count </query> <earliest>$timeToken.earliest$</earliest> <latest>$timeToken.latest$</latest> </search> <option name="drilldown">none</option> <option name="refresh.display">progressbar</option> </table> </panel> </row> </form>
Hello, I'm having a hard time trying to find what data source events from a search are originating from, the Search is: source="/var/www/html/PIM/var/log/webservices/*" I've looked thru the "Files... See more...
Hello, I'm having a hard time trying to find what data source events from a search are originating from, the Search is: source="/var/www/html/PIM/var/log/webservices/*" I've looked thru the "Files % Directories" (Which I thought I would find it in there) and the rest of the Data Inputs, but can't seem to locate it anywhere. A side question   I tried creating a new Files % Directories Data Input by putting the full Linux path like below: //HostName/var/www/html/PIM/var/log/webservices/* But It says Path can't be empty.  I'm sure this is probably not how you format a Linux path, just couldn't find what I'm doing wrong. Thanks for any help at all, Newb      
@sainag_splunk is correct.  This has to be a bug in 9.2.  I'm about to upgrade to 9.3, so I rushed a bunch of tests.  The results suggest that it has something to do with search results or with input... See more...
@sainag_splunk is correct.  This has to be a bug in 9.2.  I'm about to upgrade to 9.3, so I rushed a bunch of tests.  The results suggest that it has something to do with search results or with input.   9.2.2 9.3.1 Basic search like makeresults, tstats, no input No problem No problem Some complex searches, with inputs No problem (Not tested) Latest dashboard with some other searches, similar inputs Cannot Open in Search (N/A) Code copy of problematic dashboard Cannot Open in Search No problem Recreattion of problematic dashboard Cannot Open in Search (N/A) So, the last two rows are really interesting and took quite some time.  I copied the entire JSON from a problematic dashboard to a test instance running 9.3.1 that has similar test data, and saw no problem.  Then, I tried several methods to recreate that problematic dashboard in the 9.2.2 instance.  First, I simply copied JSON to a new test board and saw the same problem.  I thought there might be something wrong with the code.  So, I copied individual searches and inputs, in two different ways.  They all give the same problematic results.
That's not much for anyone to work with.  Have you checked splunkd.log?  What did you find there?
This could be an issue with a SAML provider configuration. Please check on your SAML configuration and any authentication extensions are set up correctly. Some scripts require arguments that may be ... See more...
This could be an issue with a SAML provider configuration. Please check on your SAML configuration and any authentication extensions are set up correctly. Some scripts require arguments that may be case sensitive.   If this Helps, Please UpVote.
Hi @PickleRick @richgalloway  My number of delayed search has increased upto 5000plus. I did some investigation and using this command- index=_internal sourcetype=scheduler savedsearch_name=* statu... See more...
Hi @PickleRick @richgalloway  My number of delayed search has increased upto 5000plus. I did some investigation and using this command- index=_internal sourcetype=scheduler savedsearch_name=* status=skipped | stats count by reason I see the error "The maximum number of concurrent historical scheduled searches on this cluster has been reached" has 2000 plus count. Two solution to fix this that I have understood is- 1. Staggering the searches that are causing the error by modifying the cron schedule and change the frequency. 2. to increase the search concurrency limit under limits.conf (pls feel free to correct if I am wrong) Since I am on splunk cloud, I understand I don't have access to limits.conf. What I want to ask is I see an option under Settings>Server Settings> Search Preference>Relative concurrency limit for scheduled searches which is set as 60 for my system. Will increasing this setting help, if yes, to what value is it safe to increase. Please help, I am stuck in this problem from some days    
Below search might be helpful. index=_* AND (SMTP OR sendemail OR email) AND (FAIL* OR ERR* OR TIMEOUT OR CANNOT OR REFUSED OR REJECTED)   Sample errors: ERROR sendemail:. ... ........whi... See more...
Below search might be helpful. index=_* AND (SMTP OR sendemail OR email) AND (FAIL* OR ERR* OR TIMEOUT OR CANNOT OR REFUSED OR REJECTED)   Sample errors: ERROR sendemail:. ... ........while sending mail to: If this helps,  please UpVote.
Looking back through the documentation, back to 7.0.0 which is as far back as I can find, it has been recommended that base searches are transforming searches https://docs.splunk.com/Documentation/S... See more...
Looking back through the documentation, back to 7.0.0 which is as far back as I can find, it has been recommended that base searches are transforming searches https://docs.splunk.com/Documentation/Splunk/7.0.0/Viz/Savedsearches#Post-process_searches_2  
KV_MODE has nothing to do with line breaking. And I'd expect that you simply don't have properly set up line breaker and you have line merging enabled. Which results in Splunk splitting your input s... See more...
KV_MODE has nothing to do with line breaking. And I'd expect that you simply don't have properly set up line breaker and you have line merging enabled. Which results in Splunk splitting your input stream at each line and then merges the lines back (which is also very ineffective performancewise).
Hi, My enterprise is using Mothership 2.0 and recently, mothership seemed to continue its collection of data, but a few are not uploading to their respective indexes and we are having trouble gettin... See more...
Hi, My enterprise is using Mothership 2.0 and recently, mothership seemed to continue its collection of data, but a few are not uploading to their respective indexes and we are having trouble getting it to work.
Hi @Dave.Lemon, Thanks for asking your question on the Community. Have you happened to find a solution to your problem you can share? If you still need help, please contact AppDynamics Support: Ho... See more...
Hi @Dave.Lemon, Thanks for asking your question on the Community. Have you happened to find a solution to your problem you can share? If you still need help, please contact AppDynamics Support: How to contact AppDynamics Support and manage existing cases with Cisco Support Case Manager (SCM) 
Hi @Fadil.CK, Thanks for asking your question on the Community. Did you happen to find a solution to your question you can share? If you still need help with your question, you can contact AppDy... See more...
Hi @Fadil.CK, Thanks for asking your question on the Community. Did you happen to find a solution to your question you can share? If you still need help with your question, you can contact AppDynamics Support: How to contact AppDynamics Support and manage existing cases with Cisco Support Case Manager (SCM) 
@ITWhisperer wrote: Try adding a table command to your base search listing the fields you want to be used in your subsequent panels. Yes, adding "| table *" to the base-search expression, res... See more...
@ITWhisperer wrote: Try adding a table command to your base search listing the fields you want to be used in your subsequent panels. Yes, adding "| table *" to the base-search expression, restored the panels. Could someone explain, why this quietly became necessary?
Try adding a table command to your base search listing the fields you want to be used in your subsequent panels.
Some years ago I've created a (beautiful!) dashboard, with multiple panels, which presented related data at different angles. Some upgrades of the Splunk-server later (currently using Splunk Enterpri... See more...
Some years ago I've created a (beautiful!) dashboard, with multiple panels, which presented related data at different angles. Some upgrades of the Splunk-server later (currently using Splunk Enterprise 9.1.5), all of the panels -- except for the one, that shows the raw results of the base search -- stopped working... The common base-search is defined as:   <form version="1.1" theme="dark"> <label>Curve Calibration Problems</label> <search id="common"> <query>index=$mnemonic$ AND sourcetype="FOO" ... | eval Curve=replace(Description, ".* curve ([^\(]+) \(.*", "\1") </query> <earliest>$range.earliest$</earliest> <latest>$range.latest$</latest> </search>    And then the panels add to it like this, for one example:   <panel> <title>Graph of count of errors for $mnemonic$</title> <chart> <search base="common"> <query>top limit=50 Curve</query> </search> ...   Note, how the base search's ID is "common", which is exactly the value referred to as base. Again, the base search itself works correctly. But, when I attempt to edit the panel now, the search-expression is shown only as just that query, that used to be added to the base: If I click on the "Run Search" link in the above window, I see, that, indeed, only that expression is searched for, predictably yielding no results. It seems like something has changed in Splunk, how do I restore this dashboard to working order?
I think you had the below somewhere in there. You need to get rid of that.   INDEXED_EXTRACTIONS = json     You might be able to find the offending event with something like    index=_internal... See more...
I think you had the below somewhere in there. You need to get rid of that.   INDEXED_EXTRACTIONS = json     You might be able to find the offending event with something like    index=_internal sourcetype=my_json NOT datetime=*​        
Hello Smarties... Can someone offer some assistance; We recently started ingesting Salesforce into Splunk, Username are coming in as ID's (00000149345543qba), instead of Jane Doe. So was told to us... See more...
Hello Smarties... Can someone offer some assistance; We recently started ingesting Salesforce into Splunk, Username are coming in as ID's (00000149345543qba), instead of Jane Doe. So was told to use the Join to get the Usernames or Names, and add to the sourcetype I need "joined" with;  So I am trying to get the "Login As"  events which is under the sourcetype="sfdc:setupaudittrail" - how do I get the Login As events with usernames, if usernames are under the user index and the login as events are under the setupaudittrail sourcetype? Here is my attempted search which doesn't come up with anything; But I know the events exist...   index=salesforce sourcetype="sfdc:user" | join type=outer UserAccountId [search index=salesforce sourcetype="sfdc:setupaudittrail" Action=suOrgAdminLogin]
Hi @d123r432k , you have to manually remove, from server.conf the SHC stanzas and restart the three SHs. Ciao. Giuseppe
Hi @santhipriya , good for you, see next time! 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 ... See more...
Hi @santhipriya , good for you, see next time! 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