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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...