Getting Data In

Underscores in inputs.conf...HELP!

jcmaynard
Explorer

Let's say I have the following in my inputs.conf file:

[monitor:///splunk/splink/fish/abc_qa/logs/]

whitelist = def*.log$|ghi*.log$|jkl*.log$|mno*.log$|pqr*.log$

sourcetype = applogs

index = risk

disabled = false

crcSalt=

And the directory contains the following files:

def_QA_BOAT.log

ghi_QA_TROUT.log

pqr_QA_worm_count.log

Why don't any of these match?

Tags (2)
0 Karma

jcmaynard
Explorer

I've attempted the above with just the slashes (without the asterisks) and it still doesn't work.

0 Karma

jcmaynard
Explorer

I've attempted the above with just the slashes (without the asterisks) and it still doesn't work.

0 Karma

JSapienza
Contributor

Maybe its the page stripping the characters but you Are using
pqr*\.log$ with the asterisk (*) and the slash ()?

0 Karma

jcmaynard
Explorer

Tried this also with just a single expression in the following format: abc*.log$. No dice. What am I missing?

0 Karma

JSapienza
Contributor

If you are only specifying the first few characters of the file name you must have the asterisk to wildcard the rest of the file name. You must also have the slash to escape the dot before the file extension. Have you tried using only one expression without the OR "|" ?

0 Karma

jcmaynard
Explorer

I've attempted the above with just the slashes (without the asterisks) and it still doesn't work.

0 Karma

jcmaynard
Explorer

using asterisk and slash plus '|' between each file name.

0 Karma

JSapienza
Contributor

try this:
whitelist = def*\.log$|ghi*\.log$|jkl*\.log$|mno*\.log$|pqr*\.log$

0 Karma

jcmaynard
Explorer

It tells me nothing matches 'def*.log|ghi*.log|...'. Wouldn't it come back with '_' in the name?

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...