Activity Feed
- Karma Re: Why are users getting different data for the same query? for sloshburch. 06-05-2020 12:49 AM
- Karma Re: How does the volume size maxVolumeDataSizeMB apply if you have a mix of volumes and indexes paths ? for yannK. 06-05-2020 12:48 AM
- Karma Re: Index Cluster - Search Factro and Replication Factor NOt Met - Error “Cannot replicate as bucket hasn’t rolled yet.” for rbal_splunk. 06-05-2020 12:48 AM
- Karma Re: Getting an "invalid certificate" error when using the Splunk Add-on for Microsoft Cloud Services. for DerekB. 06-05-2020 12:48 AM
- Karma Just installed DBX v2, what is rsCache.data used for? for lagnone_splunk. 06-05-2020 12:47 AM
- Karma Search Head Cluster: How do I resolve "Error Fixup - failed to kick off replication..." for kbecker. 06-05-2020 12:47 AM
- Karma Re: What token can I use in a timechart to pass the 'split by' clause in the $host$ token to another view in Simple XML? for Flynt. 06-05-2020 12:47 AM
- Karma Re: "FormatMessage error" appears in indexed message for Windows security event logs - Splunk 6.1 and 6.2 for mgaraventa_splu. 06-05-2020 12:47 AM
- Karma Why "FormatMessage error" appears in indexed message for Windows security event logs? for mgaraventa_splu. 06-05-2020 12:47 AM
- Got Karma for Re: Splunk for Enterprise Security: Why do we get the UI message "The incident review lookup file is currently being edited"?. 06-05-2020 12:47 AM
- Got Karma for Re: Splunk for Enterprise Security: Why do we get the UI message "The incident review lookup file is currently being edited"?. 06-05-2020 12:47 AM
- Got Karma for Splunk for Enterprise Security: Why do we get the UI message "The incident review lookup file is currently being edited"?. 06-05-2020 12:47 AM
- Got Karma for Re: How to forward Windows logs from a Splunk indexer to a Syslog server?. 06-05-2020 12:47 AM
- Got Karma for Re: How to forward Windows logs from a Splunk indexer to a Syslog server?. 06-05-2020 12:47 AM
- Karma Re: summary indexing blocked and binary file warning for yannK. 06-05-2020 12:46 AM
- Karma Re: How does Splunk manage LDAP or AD user-created objects if the user is no longer active? for ekost. 06-05-2020 12:46 AM
- Karma How does Splunk manage LDAP or AD user-created objects if the user is no longer active? for jbsplunk. 06-05-2020 12:46 AM
- Karma Re: no of events in show_source view for sideview. 06-05-2020 12:46 AM
- Karma Re: WinEventLog filters failing :Windows 2003 and splunk 6 SPL-78726 for yannK. 06-05-2020 12:46 AM
- Karma Re: Splunk ES - Completely Inactive Accounts - Multiple Logins for hazekamp. 06-05-2020 12:46 AM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
1 | |||
4 | |||
1 |
10-31-2014
12:55 PM
2 Karma
Splunk can do that. Please see:
http://docs.splunk.com/Documentation/Splunk/6.2.0/Forwarding/Forwarddatatothird-partysystemsd
... View more
10-29-2014
01:21 PM
2 Karma
You are probably using NFS for the storage.
NFS needs to be configured with supports for file locks. Without file-locking support, this error will occur.
As well as ensure that the nfslockd process is up and running.
... View more
10-29-2014
01:09 PM
1 Karma
When we try to change the status and update a notable event from the Incident Review dashboard we are prompted with a banner stating
"The incident review lookup file is currently being edited, please wait a bit and re-submit your changes"
... View more
03-06-2014
03:10 PM
1 Karma
Bug. SPL-81428 assigned.
... View more
If the scheduler is not scheduling jobs, it is probably disabled.
The SplunkLightForwarder app is disabling the scheduler processor.
Make sure that the SplunkLightForwarder will be disabled in order for the scheduler processor to be active.
Additional sign that the processor is disabled can be found in splunkd.log:
WARN pipeline - Empty pipeline (no processors): scheduler, exiting pipeline
Find it using the following search:
index=_internal source=*splunkd.log scheduler pipeline
... View more
04-30-2013
12:22 PM
2 Karma
Should not. It's a bug. SPL-66265 was created.
Workaround:
Promote the macro from the user to the app level = Change the macro permissions from Private to app or all apps.
... View more
02-24-2012
01:30 PM
4 Karma
I get a message at the top of the UI that warns: Your license will soon expire on Fri Mar 2, although I downloaded 4.3 less then a month ago.
I am using the out of the box splunk trial license that suppose to be good for 60 days.
Can you supply a longer trial license for 4.3 version?
... View more
02-01-2012
12:25 PM
3 Karma
This error appears when there was no migration or it failed during the upgrade process.
Workaround is to force migration to correct the issue. From $SPLUNK_HOME :
./bin/splunk stop
touch ftr
./bin/splunk start
... View more
06-09-2011
01:57 PM
1 Karma
More detailed command to use from the NFS location:
touch var/run/splunk/dispatch/test ; ls -l --time-style=full var/run/splunk/dispatch/test ; date
On Solaris it's:
touch var/run/splunk/dispatch/test ; ls -l -E var/run/splunk/dispatch/test ; date
... View more
03-18-2011
07:51 PM
2 Karma
Starting with 4.1.6, a machineTypes value can contain wildcards;
For example: linux-* or aix-*
... View more
12-29-2010
09:36 PM
You'll need to use searchPostProcess module in order to push correct results to the second row.
The second row and the first row doesn't have the same search results.
Check the UI Examples app at:
$SPLUNK_HOME/etc/apps/ui_examples/default/data/ui/views/form_inverted_flow_postprocess1.xml
... View more
12-28-2010
11:31 PM
1 Karma
This is the xml that adds the time drop down menu and execute the new search when changed:
<form>
<label>FOO</label>
<title>Total Emails For All Registries</title>
<fieldset autoRun="true" submitButton="false">
<input type="time" searchWhenChanged="true" />
<default>Last 24 hours</default>
</fieldset>
<row>
<chart>
<title>Matching events</title>
<searchTemplate><![CDATA[ sourcetype="cron_BalanceEmail" (source="*asia*" OR source="*info*" OR source="*org*") BalanceEmail sent | rex field=_raw "\[BalanceEmail\] ?(?<TotalEmailsSent>[\d]+) of (?<TotalEmailsToSend>[\d]+) of email notification sent\." | search TotalEmailsToSend="*" OR TotalEmailsSent="*" | timechart sum(TotalEmailsToSend) as TotalEmailsToSend sum(TotalEmailsSent) as TotalEmailsSent ]]></searchTemplate>
<option name="charting.chart">column</option>
<option name="charting.primaryAxisTitle.text">Date</option>
<option name="charting.secondaryAxisTitle.text">Number of Emails</option>
<option name="charting.chart.useAbsoluteSpacing">true</option>
<option name="charting.chart.columnSpacing">5</option>
<option name="charting.legend.placement">top</option>
<module name="TimeRangePicker">
<param name="selected">All time</param>
<param name="searchWhenChanged">True</param>
</module>
</chart>
... View more
10-14-2010
09:31 PM
3 Karma
Please edit $SPLUNK_HOME/etc/datetime.xml in the hour extraction:
Current:
<define name="_hour" extract="hour">
<text><![CDATA[([01]?[1-9]|[012][0-3])(?!\d)]]></text>
</define>
Change to:
<define name="_hour" extract="hour">
<text><![CDATA[([01]?[0-9]|[012][0-3])(?!\d)]]></text>
</define>
... View more
09-28-2010
08:02 PM
Marcelo, Your file doesn't have new line, so you need to use the BREAK_ONLY_BEFORE to break it in the correct place.
The the TIME_FORAMT will work.
Correct configuration in props.conf will be:
BREAK_ONLY_BEFORE = \d+\s-\s
TIME_PREFIX = \d+\s-\s
TIME_FORMAT = %m/%d/%Y %H:%M:%S
... View more
08-17-2010
05:33 PM
No. There is no way to tell splunk where to place the crash*.log files.
You can control the location of some other log files from: $SPLUNK_HOME/etc/log.cfg
More at: http://www.splunk.com/base/Documentation/latest/Admin/Splunklogfiles
... View more
06-10-2010
07:12 PM
1 Karma
In order to send the search results to another location, you can use the search command: outputcsv.
Documented at: http://www.splunk.com/base/Documentation/latest/SearchReference/Outputcsv
keeping the saved search artifact for longer in the $SPLUNK_HOME/var/run/splunk/dispatch dir, is done using the dispatch.ttl parameter in the saved search configuration. (It can get a bit complicated if there are actions that are triggered from the search).
See: http://www.splunk.com/base/Documentation/latest/Admin/Savedsearchesconf
The default value for keeping the saved searches results is twice the time period.
... View more
05-21-2010
09:16 PM
2 Karma
It is most likely that there is a view name with invalid characters.
Look in the etc/apps/< app >/default|local/data/ui for file names with space, ~ etc.
For example: Copy of Accounts.xml
... View more
05-21-2010
09:03 PM
1 Karma
I see this error as soon as I login to splunkweb, what's wrong?
... View more
- Tags:
- error