Refine your search:

Hi,

I have following inputs.conf

[script://$SPLUNK_HOME/etc/apps/appa/bin/script1.sh]
index = index1
sourcetype = script1_detail
interval = 86400
TCP_ROUTING = splunk_02

[script://$SPLUNK_HOME/etc/apps/appa/bin/script2.sh]
index = index1
sourcetype = script2_detail
interval = 86400
TCP_ROUTING = splunk_02

And following outputs.conf

[tcpout]
defaultGroup = default-clone-group-splunk-01_9997
disabled = false
isLoadBalanced = False
maxQueueSize = 1000

[tcpout:default-clone-group-splunk-ux_9997]
disabled = false
server = splunk-ux01.domainname.com:9997

[tcpout:splunk_02]
disabled = false
server = splunk-ux02.domainname.com:9997

But my events are not getting indexed can you please help.

asked 17 Sep '10, 12:39

manuarora's gravatar image

manuarora
393
accept rate: 0%

edited 21 Sep '10, 22:48


3 Answers:

In your output, you have "splunk_ux02" instead of the "splunk_02" which is in the inputs.conf. That might possibly be the problem.

Also - does forwarding work without this?

link

answered 17 Sep '10, 16:51

Simeon's gravatar image

Simeon ♦
3.7k5628
accept rate: 26%

Check the logs, see if they're establishing connection to the receivers.

link

answered 20 Apr '11, 11:23

suhprano's gravatar image

suhprano
18916
accept rate: 0%

-1

It was typo in posting question otherwise it is fine in configuration. Forwarder is not working for this particular application otherwise it works fine.

link

answered 20 Sep '10, 23:18

manuarora's gravatar image

manuarora
393
accept rate: 0%

It would be very helpful if you very carefully checked the file posted and make sure it is exactly the same as you actual configuration, and edit it accordingly if it is not.

(20 Sep '10, 23:23) gkanapathy ♦
Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×407
×100

Asked: 17 Sep '10, 12:39

Seen: 842 times

Last updated: 20 Apr '11, 11:23

Copyright © 2005-2012 Splunk, Inc. All rights reserved.