Refine your search:

The command below used to work on previous versions (4.0.8), but now that I have upgraded, I get the error below.

wasadmin@apache05:/opt/splunk/server/splunk/bin> ./splunk cmd listtails

couldn't run "/opt/splunk/server/splunk/bin/listtails": No such file or directory

Any ideas on how to list the files being monitored?

Thanks, Sean

asked 17 May '10, 21:36

seanlon11's gravatar image

seanlon11
2131221
accept rate: 25%


2 Answers:

listtails has been deprecated for version 4.1 and there currently is no replacement for its function although, ./splunk list monitor may provide the information that you're looking for.

listtails will survive after a migration from 4.0x but since it is based on the old tailing code, it should not be used in version 4.1 (which has all new tailing code.)

link

answered 17 May '10, 21:47

the_wolverine's gravatar image

the_wolverine ♦
5.2k172188
accept rate: 52%

edited 18 May '10, 22:34

You can use

$SPLUNK_HOME/bin/splunk list monitor

for a list of all things that splunk is currently monitoring.

Check http://www.splunk.com/base/Documentation/latest/Admin/CLIadmincommands for reference on this.

link

answered 12 Oct '10, 19:53

muebel's gravatar image

muebel ♦
1.1k7438
accept rate: 40%

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:

×143

Asked: 17 May '10, 21:36

Seen: 1,158 times

Last updated: 12 Oct '10, 19:53

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