Hi all,
I have made an upgrade to Splunk 2.0 and now I haven't any data indexed. I have made a complete reinstallation : remove splunk 1.x and install splunk 2.
I use syslogFIFO with syslog-ng to feed splunk. Here is my config :
<!--Copyright (C) 2006 Splunk Inc. All Rights Reserved. Version 1.2 -->
<pipeline name="syslogFIFOinput" type="startup">
<processor name="fifoReader" plugin="fifoinputprocessor">
<config>
<field>_raw</field>
<!-- "fifo" to read -->
<fifo>/var/log/splunk.pipe</fifo>
<sourceType>syslog</sourceType>
<host>linprd03.lanprd.nbb</host>
<index>default</index>
</config>
</processor>
<processor name="sendOut" plugin="queueoutputprocessor">
<config>
<queueName>parsingQueue</queueName>
</config>
</processor>
</pipeline>
If I stop splunk and use piper.pl, I see data in /var/log/splunk.pipe, so syslog-ng is ok.
When I go to the web interface of Splunk I receive main : 0 data indexed.
When I go to data, I have for FIFO :
Fifo (1):
name
/var/log/splunk.pipe
Where is the problem ?
Thanks for any help.
Kind regards.
Pierre.