Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double quotes possibly mess up the filtering #133

Open
bchris21 opened this issue May 19, 2022 · 0 comments
Open

Double quotes possibly mess up the filtering #133

bchris21 opened this issue May 19, 2022 · 0 comments

Comments

@bchris21
Copy link

Hello,

I am using Splunk_TA_Windows and enabled the option to query and ingest installed apps on hosts.

ParentCommandLine:
C:\windows\system32\cmd.exe /c ""C:\Program Files\SplunkUniversalForwarder\etc\apps\Splunk_TA_Windows\bin\win_installed_apps.bat""

You see that for a weird reason Splunk .bat path is 2 times double quoted.

The Event12 exclude filter I am using does not work probably because of the multiple quotes.

Specifically I am using:

<ParentCommandLine condition="contains">SplunkUniversalForwarder</ParentCommandLine>

Is there any way to escape them in the filter?

Thanks,

Chris

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant