All..
I have inherited the task of learning about an older Splunk installation (4.1.5). It is working just fine, however, it has been starting to show some high-cpu usage and other indications that it is struggling. Given this box has not been touched or changed in a while, but the amount of data it has been tasked with indexing and the number of queries has not been static. I expect that the main reason for the issues being seen are related to the hardware and software being updated to match the load being put on it.
I am soliciting ideas on helping me find weak spots and areas of bad implementation since I did not design this thing, I want to look for weak spots.
So far, it has been all Splunk research:
Questions:
Thanks!
Obvious answer is obvious: Upgrade to a newer version, 4.1.x is really old! (and not supported any more)
On the individual points:
foo
, then it'll get looked at if your search scans events from sourcetype foo
. I'll bash the version again: In the past few years there have been many optimizations, certainly around searching with lookups as well. UPGRADE!!Obvious answer is obvious: Upgrade to a newer version, 4.1.x is really old! (and not supported any more)
On the individual points:
foo
, then it'll get looked at if your search scans events from sourcetype foo
. I'll bash the version again: In the past few years there have been many optimizations, certainly around searching with lookups as well. UPGRADE!!Thank you so much for responding. You are preaching to the choir regarding the version. We are stuck on this version until I can figure out the pre and post processing code (APIs) written to support our environment. The person who made the monstrosity left the University without any documentation. It has been solid, but everyone is scare to death to touch it.
I am poking around trying to see if I can extend its' life and eek any performance out of it -- all while I am looking at the code and seeing if I can move everything over to a newer version.