Activity Feed
- Karma Splunk Add-on for Amazon Web Services: Why are events from CloudWatch Log inputs not streaming into a real-time search for cfactaylor. 06-05-2020 12:48 AM
- Karma Re: Why is my search string not triggering an alert as expected? for sundareshr. 06-05-2020 12:48 AM
- Got Karma for Is it possible to create a dashboard view that can be accessed without logging in?. 06-05-2020 12:48 AM
- Posted Re: Splunk Add-on for Amazon Web Services: Why are events from CloudWatch Log inputs not streaming into a real-time search on All Apps and Add-ons. 11-22-2016 04:46 PM
- Posted Is it possible to create a dashboard view that can be accessed without logging in? on Dashboards & Visualizations. 11-02-2016 04:19 PM
- Tagged Is it possible to create a dashboard view that can be accessed without logging in? on Dashboards & Visualizations. 11-02-2016 04:19 PM
- Tagged Is it possible to create a dashboard view that can be accessed without logging in? on Dashboards & Visualizations. 11-02-2016 04:19 PM
- Tagged Is it possible to create a dashboard view that can be accessed without logging in? on Dashboards & Visualizations. 11-02-2016 04:19 PM
- Tagged Is it possible to create a dashboard view that can be accessed without logging in? on Dashboards & Visualizations. 11-02-2016 04:19 PM
- Posted Why is my search string not triggering an alert as expected? on Splunk Search. 07-18-2016 04:38 PM
- Tagged Why is my search string not triggering an alert as expected? on Splunk Search. 07-18-2016 04:38 PM
- Tagged Why is my search string not triggering an alert as expected? on Splunk Search. 07-18-2016 04:38 PM
- Tagged Why is my search string not triggering an alert as expected? on Splunk Search. 07-18-2016 04:38 PM
- Posted Re: Why am I getting "500 Internal Server Error" when I click "Data Inputs" under "Settings"? on Getting Data In. 04-11-2016 12:16 PM
- Posted Re: Why am I getting "500 Internal Server Error" when I click "Data Inputs" under "Settings"? on Getting Data In. 04-03-2016 05:50 PM
Topics I've Started
11-22-2016
04:46 PM
I've noticed the same thing, and I can't find any information pointing me to a reason for it.
I did manually play with some of the time related fields in the plugin config and nothing seemed to affect the delay.
I'd be curious to find out why this is happening and how to fix it (if it can be fixed) otherwise this plugin may be useless to us.
... View more
11-02-2016
04:19 PM
1 Karma
Is it possible to create a dashboard view that can be accessed without logging in? I would like to display a dashboard showing website monitoring on a central screen in the office without needing to enter a username and password.
... View more
Labels
- Labels:
-
Dashboard Studio
07-18-2016
04:38 PM
I have seven jobs that run at regular intervals, and I can see them in Splunk. However, when I use this search string to tell me when jobs are less than 7, I get nothing. I was hoping to get this to trigger when one or more of the jobs didn't work.
Here is the search string...
index="qlepiqure2_prod_admin*" source="/opt/hybris/hybris/log/tomcat/console*" qantasD*job | stats count by jobname | eval flag=case(jobname=="qantasDhlAsnConfirmationImportJob",1,jobname=="qantasDhlInventoryAdjustmentImportJob",1, jobname=="qantasDhlItemMasterExportJob",1,jobname=="qantasDhlSalesOrderAckImportJob",1,jobname=="qantasDhlSalesOrderConfImportJob",1,jobname=="qantasDhlSalesOrderExportJob",1,jobname=="qantasDhlStockOnHandImportJob",1)|eventstats sum(flag) as jobtotal | search jobtotal < 7
... View more
04-11-2016
12:16 PM
Hi mate,
Yup, that fixed it completely. It would have been handy if the error screen had some more relevant information to help track this down.
At least it's fixed now.
/B
... View more
04-03-2016
05:50 PM
it might have been a dumb mistake but you aren't alone - thanks for the answer.
Now I'm going to write that down somewhere for the next bunny that disables that app.
... View more