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!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...