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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...