Refine your search:

I'm trying to index a file on a mapped network drive, but I keep getting seeing 'Access is denied' in splunkd.log. I can read the file ok from my server, why can't Splunk?

Splunk is running on Windows 2003 R2 32-bit

asked 07 Apr '10, 18:10

Mick's gravatar image

Mick ♦
4.0k1327
accept rate: 52%


One Answer:

By default on Windows, Splunk runs as 'Local System User' which isn't really a 'user' in the normal sense. It's simply a collection of basic permissions and capabilities that allows Splunk to run as a service, execute scripts etc. Normally, these permissions only extend to the limits of the local box, and to access network resources, you need to run as a user with domain permissions

Its all documented here - http://www.splunk.com/base/Documentation/latest/Installation/InstallonWindows#Choosing_the_user_Splunk_should_run_as

Most notable part -

If you intend to do any of the following things, you must give Splunk a Domain account:

* read Event Logs remotely
* collect performance counters remotely
* read network shares for log files
* enumerate the Active Directory schema using Active Directory monitoring 
link

answered 07 Apr '10, 18:13

Mick's gravatar image

Mick ♦
4.0k1327
accept rate: 52%

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:

×302
×62
×10
×4

Asked: 07 Apr '10, 18:10

Seen: 815 times

Last updated: 07 Apr '10, 18:13

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