Activity Feed
- Karma Keep numbers right-aligned after using fieldformat for mjosen. 06-05-2020 12:47 AM
- Got Karma for How to display earliest and latest dates of searches in a dashboard and PDF report?. 06-05-2020 12:47 AM
- Karma Oracle - How to have a single event for one log file ? for mva. 06-05-2020 12:46 AM
- Karma Re: Batch not indexing previously locked file for MarioM. 06-05-2020 12:46 AM
- Got Karma for Failed to install app. 06-05-2020 12:46 AM
- Got Karma for Failed to install app. 06-05-2020 12:46 AM
- Got Karma for Failed to install app. 06-05-2020 12:46 AM
- Got Karma for Failed to install app. 06-05-2020 12:46 AM
- Got Karma for fschange deprecated; what options are available. 06-05-2020 12:46 AM
- Karma Re: The aggqueue and parsingqueue consistently full / blocked - how do I increase ? for gkanapathy. 06-05-2020 12:45 AM
- Karma Mulltiline XML extraction... for Steve_Litras. 06-05-2020 12:45 AM
- Karma Re: Mulltiline XML extraction... for gkanapathy. 06-05-2020 12:45 AM
- Karma Re: Try to route certain WMI events to nullQueue for the_wolverine. 06-05-2020 12:45 AM
- Karma Re: Custom modules not loading for zscgeek. 06-05-2020 12:45 AM
- Karma Re: Custom modules not loading for sideview. 06-05-2020 12:45 AM
- Karma Re: What is Splunk database engine? for donnylie. 06-05-2020 12:45 AM
- Karma Adding "late" events to a Summary Index for stephanbuys. 06-05-2020 12:45 AM
- Karma Re: Adding "late" events to a Summary Index for jrodman. 06-05-2020 12:45 AM
- Karma Splunk admin credentials in scripted input for Erik_Swan. 06-05-2020 12:45 AM
- Karma Re: Splunk admin credentials in scripted input for gkanapathy. 06-05-2020 12:45 AM
Topics I've Started
Subject | Karma | Author | Latest Post |
---|---|---|---|
1 | |||
1 | |||
0 | |||
0 | |||
4 | |||
2 | |||
0 | |||
0 | |||
1 | |||
0 |
11-11-2014
12:58 AM
Had the sam problem running DBX 1.1.5 on Splunk 6.1.4.
When I reverted back to DBX 1.1.4 it worked.
... View more
09-04-2014
07:07 AM
1 Karma
Hi,
How do you display the earliest and latest dates of the searches in a dashboard that is later rendered into a PDF report?
This report gets mailed out once a week and with no earliest and latest dates it is pretty tough to keep track of them.
Thank you
Joon
... View more
11-30-2012
02:56 AM
Unfortunately I also need to track the changed contents as well.
... View more
11-29-2012
10:08 PM
Can you pull in the entire configuration file with these methods?
... View more
11-29-2012
10:08 PM
Any product will do at the moment.
... View more
11-29-2012
03:56 AM
1 Karma
The 5.0 release documentation states that fschange is deprecated.
We use this extensively for configuration change detection. Does anyone know of how to get the same functionality as fschange on Linux and Windows?
Thx
... View more
02-21-2012
04:01 AM
Thx, moving the files got them indexed, but it does not solve the underlying issue. The locked files do not get indexed.
Any ideas on that?
... View more
02-21-2012
01:06 AM
Hi,
I have a problem where batch input will not index files that was locked when Splunk first tried to index the file.
The splunkd.log shows the following entries:
02-20-2012 21:15:43.145 +0200 WARN TailingProcessor - Will retry file='c:\data\data_20120220211543083.log' in 10000ms due to: The process cannot access the file because it is being used by another process.
02-20-2012 21:15:53.005 +0200 ERROR TailingProcessor - Ignoring path due to: failed to open for checksum: 'c:\data\data_20120220211543083.log' (The process cannot access the file because it is being used by another process.)
The file remains in the directory even after it is no longer locked and no further entries are found in splunkd.log for the file 12 hours after the initial entries.
Other files that are not locked get indexed and deleted.
How can I get Splunk to index the previously locked files?
inputs.conf
[batch://c:\data]
sourcetype=AuditData
move_policy = sinkhole
crcSalt =
System: Windows 2008 R2 64-bit, Splunk 4.2.4
Thx
Joon
... View more
11-28-2011
12:46 PM
It can be that Splunk is indexing part of the file and then on the next monitor cycle it indexes the rest. Try and create the file in another directory then move it to the monitor directory.
Also did you restart Splunk after the change?
... View more
11-28-2011
06:03 AM
Use the following when capturing the entire log into a single event:
[Oracle]
LINE_BREAKER = \Z
SHOULD_LINEMERGE = true
TRUNCATE = 0
Try also to specify a TIME_PREFIX and TIME_FORMAT here.
You may also want to add the following to your monitor stanza in inputs.conf:
crcSalt = <SOURCE>
... View more
11-28-2011
05:38 AM
Hi,
In my cold to frozen script I copy the bucket to another server. The second server is used to access the older entries for forensic investigation. The buckets are copied from cold on the main server to cold on the secondary server.
In order for Splunk to see the new buckets I need restart Splunk. Needless to say that this is less than optimal.
Is there a REST API command that I can issue that will instruct Splunkd on the secondary server to load the new bucket?
Thx
Joon
... View more
- Tags:
- coldtofrozen
- rest
11-21-2011
06:08 AM
4 Karma
Hi,
After redeploying an app today I received the following errors and just cannot find the reason fro this:
11-21-2011 15:57:06.718 +0200 ERROR DeployedApplication - Failed to install app : C:\Program Files\Splunk\etc\apps\collectors_db2. Cannot update application info: /nobody/collectors_db2/app/install/state = enabled: Metadata could not be written: /nobody/collectors_db2/app/install/state: { }, removable: yes
11-21-2011 15:57:07.405 +0200 ERROR ConfObjectManagerDB - Cannot initialize: C:\Program Files\Splunk\etc\apps\collectors_db2\metadata\local.meta
Using Splunk 4.2.4 on Windows 2008 R2 running as LocalSystem service account.
I have changed the permission on the folders, but the issue persist.
Can anyone point me in the right direction?
Thx
... View more
- Tags:
- deployment
06-14-2011
06:30 AM
Splunk basically needs readable text.
Decrypting and decoding data will have to happen with a scripted input or and external application that converts your data to text.
Decryption will be a challenge without vendor provided tool. (I doubt that this will be encrypted, most probably encoded)
Contact the hardware vendor to obtain documentation on the format of the encoded data and start from there.
... View more
02-17-2011
08:34 AM
The oldest version on the forwarders are 4.1.3.
... View more
02-15-2011
01:16 PM
2 Karma
This error keeps repeating in the error logs, but I have no idea what is causing it.
02-15-2011 14:55:31.161 ERROR TcpInputProc - Received unexpected 68021378 byte message! from hostname=tchuxxx.xxxx.com, ip=10.xx.xx.xx, port=50563
Is this related to the size of the message?
Thx
... View more
- Tags:
- tcpinput
01-18-2011
10:43 AM
I received the following errors when running the diag command on a SunOS 5.10 server:
root@bunny # ./splunk version
Splunk 4.1.3 (build 80534)
root@bunny #
root@bunny # ./splunk diag
sh: btool: not found
WARNING: couldn't find "mgmtHostPort" setting in web bundle!
sh: btool: not found
couldn't run "/opt/splunk/bin/python": No such file or directory
root@bunny #
Any hints would be much appreciated.
... View more
11-09-2010
08:30 AM
Is it possible to redirect the outputcsv so that the csv file get returned to the browers so that the brower will offer a “file save as dialog” and the user can save the result to the location he desires?
The user that needs the results in csv format does not have access to the Splunk server and does not want to call the administrator every time he needs the information.
Thx
Joon
... View more
11-08-2010
02:03 PM
1 Karma
I am using fschange to monitor some gziped files.
When the full event is loaded it is index as binary gzip and not ASCII.
Is there a way to indexes the files as ASCII?
Unfortunately the files are only in gzip and we cannot use monitor.
... View more
11-04-2010
12:05 PM
Hi,
I am trying to determine the impact of using fschange on a large number of files.
Does Splunk check the time stamp of each and every file in the subdirectory with every poll interval or does Splunk register callback functions with the OS for changes to the directory or files?
thx
Joon
... View more
- Tags:
- fschange
10-19-2010
03:14 PM
We have a server that generates 100k log files a day. The logs must be forwarded to an indexer. Due to the critical nature of the server we can only install a light forwarder. The files only need to be loaded once monitoring is not needed.
Using monitor slows down the server to a crawl and we cannot use BATCH as the data must be preserved. Sadly we cannot copy the files to another directory for BATCH input.
Tried using fschange, but it does not forward the actual files to the indexer when sendCookData=false.
Any ideas?
... View more
- Tags:
- inputs
09-13-2010
10:47 AM
Hi,
I am currently indexing bash history files. The user and other information are encapsulated in the file name when all the history files are collected.
e.g. /install/.log/20100910124129-server1.user1.user4.desktop1.domain.tld.log
I use the following EXTRACT in the props.conf:
EXTRACT-userinfo=/install/\.log/(?<LOGOUT>\d{14})-(?<CMDHOST>[^\.]+)\.(?<USER>[^\.]+)\.(?<EUSER>[^\.]+)\.(?<FORMHOST>\.+)\.log in source
On viewing the results form the search:
index=myindex
Shows all the fields in the field picker with the correct counts. When clicking on one of the fields the search changes to:
Index=myindex CMDHOST =”host1”
Shows “No matching events found”
Index=myindex CMDHOST =”*host1”
List all the events for the CMDHOST
index="myindex" | fields _raw, CMDHOST | search CMDHOST ="host1"
again lists all the events for the specific CMDHOST.
Any ideas?
BTW tested on Splunk 4.1.2 and 4.1.5 on MacOSX, Windows and FreeBSD.
... View more
09-06-2010
08:37 AM
Thank you for your responses.
I thought I would just give feedback on your suggestions.
@zscgeek: Your suggestion of placing each module in its won directory using the module name as the directory name did not work for me. I tried different capitulation. Neither did the module named directories work under the share/splunk/mr_sparkle/ modules direrctory.
@zscgeek: The javascript works 100% when the modules are placed under the normal directories.
@nick: In my case the class name is already Splunk.Module.<modulename>.
I will work try again to resolve this next month when we work on the second version of the app.
... View more