Is there a way to access SplunkWeb without turning on indexing? My license just got crushed by a security audit team, and we're going way over our license each day as the logs play catch-up. After a while it should return to normal, but is there any way to access the data by say, stopping indexing before I go over the license limit?
Not really, but I think there is a better way to resolve this situation than turning off indexing. If you're an enterprise customer you're allowed 5 violations within a 30 day rolling window, so a couple of violations shouldn't be a big deal. Additionally, running with the same presumption, you can request a license reset from support/sales.
The thing to do here is determine what is causing the violations with the searches you can find here:
http://wiki.splunk.com/Community:TroubleshootingIndexedDataVolume
Take a look at the section that says 'Quick summary information by host, source, source type, and index', it'll give you some searches that will identify broadly the areas where you're volume is being used.
From there use the information at this link to route unnecessary
http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Routeandfilterdatad
The section you're looking for is 'Filter event data and send to queues'.
You can eliminate unwanted data by routing it to nullQueue, Splunk's /dev/null equivalent. When you filter out data in this way, the filtered data is not forwarded or added to the Splunk index at all, and doesn't count toward your indexing volume.
Not really, but I think there is a better way to resolve this situation than turning off indexing. If you're an enterprise customer you're allowed 5 violations within a 30 day rolling window, so a couple of violations shouldn't be a big deal. Additionally, running with the same presumption, you can request a license reset from support/sales.
The thing to do here is determine what is causing the violations with the searches you can find here:
http://wiki.splunk.com/Community:TroubleshootingIndexedDataVolume
Take a look at the section that says 'Quick summary information by host, source, source type, and index', it'll give you some searches that will identify broadly the areas where you're volume is being used.
From there use the information at this link to route unnecessary
http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Routeandfilterdatad
The section you're looking for is 'Filter event data and send to queues'.
You can eliminate unwanted data by routing it to nullQueue, Splunk's /dev/null equivalent. When you filter out data in this way, the filtered data is not forwarded or added to the Splunk index at all, and doesn't count toward your indexing volume.
Your understanding is correct, you won't stop indexing at whatever your indexing limit is, just incur a violation. Even if you had 6 violations, search would be the only thing affected.
Thanks, that should work - didn't know about directing data to /dev/null, that should be a huge help.
There aren't any limitations to how much over the license you can go in one day, right? Say I have a 10GB License, I can index, say, 50GB that one day as long as I don't do it 5 times over 30 days?