Refine your search:

I need to index several hundred gigs of historical logs. i have a machine that is dedicated for this purpose. i installed the universal forwarder and have used the [monitor] stanza in inputs.conf to start the indexing. it is working, but it seems REALLY slow. since this server is dedicated to this purpose is there any way i can force the forwarder to use more system resources to chug through the logs at a faster pace?

I'm also open to alternative solutions to this problem.

asked 15 Jul '11, 08:35

tpsplunk's gravatar image

tpsplunk
383215
accept rate: 28%

edited 15 Jul '11, 11:06


2 Answers:

There could be a few reasons as to the speed, disk IO on the forwarder, cpu, etc.

However the first thing I would look at is the limits.conf file. The universalForwarder has limits for how much data it can send at a time, this may be the cause of the perceived slowness.

http://www.splunk.com/base/Documentation/4.2.2/Admin/Limitsconf

[thruput]

maxKBps = <integer> If specified and not zero, this limits the speed through the thruput processor to the specified rate in kilobytes per second. To control the CPU load while indexing, use this to throttle the number of events this indexer processes to the rate (in KBps) you specify.

On a universal forwarder, this is set to 256 by default.

link

answered 15 Jul '11, 11:31

mikelanghorst's gravatar image

mikelanghorst
1.6k1211
accept rate: 23%

1

damn IE not having my credentials cached...

(15 Jul '11, 11:33) mikelanghorst

you guys are both right- it was my thruput. as soon as i bumped it up i could process logs way faster

(13 Sep '11, 15:00) tpsplunk

Did you raise the maxKbps setting in the [thruput] stanza of limits.conf?

http://www.splunk.com/base/Documentation/latest/Admin/Limitsconf

link

answered 15 Jul '11, 11:26

dwaddle's gravatar image

dwaddle ♦
15.5k2924
accept rate: 33%

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:

×454
×49
×4
×1

Asked: 15 Jul '11, 08:35

Seen: 870 times

Last updated: 13 Sep '11, 15:00

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