Splunk Enterprise

Where does this Btool Warning Come From (Regex)

jbender72
Path Finder

Hello Everyone,

Doing some Splunk Maintainance today, working through issues.  This is one that has me stumped.  Comes up when I restart splunk.  Splunk is still running though.

Can anyone help me on the location of this error, so I can fix it?  

jbender72_0-1617905865261.png

 

Thanks

Labels (1)
Tags (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

I'd start by using the find command to see if the reported string is in any of your props.conf files.

find /opt/splunk/etc -name props.conf -print0 | xargs -r0 grep "\(::)\?"

When you find that you should know what needs fixing.

---
If this reply helps you, Karma would be appreciated.
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...