All Apps and Add-ons

Why am I getting the following error when installing the FireEye app in Splunk?: "ERROR SearchOperator:kv - Cannot compile RE errors in Splunk for FireEye app"

nilbak1
Communicator

Getting below errors in Splunk search-heads for FireEye app

 ERROR SearchOperator:kv - Cannot compile RE \"[\w-\.]{1,30})\"\s*(sid=\"(?\d*)")?\s*(stype=\"(?[\w-]{1,30})\")?\" for transform 'EXTRACT-malware-info_for_fireeye': Regex: invalid range in character class.

The fireeye app version installed is 3.1.1 on splunk 7.0.3
Not sure, why I'm getting such an error when installing FireEye app in Splunk . Please help.

Tags (2)
0 Karma
1 Solution

nilbak1
Communicator

config modified as below and and errors got vanished

EXTRACT-malware-info_for_fireeye =<malware\sname=\"(?<malware_name>[\w-]{1,30})\"\s*(sid=\"(?<malware_sid>\d*)")?\s*(stype=\"(?<malware_stype>[\w-]{1,30})\")?  

View solution in original post

nilbak1
Communicator

config modified as below and and errors got vanished

EXTRACT-malware-info_for_fireeye =<malware\sname=\"(?<malware_name>[\w-]{1,30})\"\s*(sid=\"(?<malware_sid>\d*)")?\s*(stype=\"(?<malware_stype>[\w-]{1,30})\")?  

harsmarvania57
Ultra Champion

Hi,

If you are running Fireeye 3.1.1 then fe_xml_syslog config should be like this in Fireeye app props.conf

EXTRACT-malware-info_for_fireeye = <malware\sname=\"(?<malware_name>[\w-\.]{1,30})\"\s*(sid=\"(?<malware_sid>\d*)")?\s*(stype=\"(?<malware_stype>[\w-]{1,30})\")?

However error which you have provided is not extracting capturing group into any field so your regex is invalid.

0 Karma

nilbak1
Communicator

yes, in fireeye app props.conf we have same fe_xml_syslog config , it was not modified

    EXTRACT-malware-info_for_fireeye = <malware\sname=\"(?<malware_name>[\w-\.]{1,30})\"\s*(sid=\"(?<malware_sid>\d*)")?\s*(stype=\"(?<malware_stype>[\w-]{1,30})\")?
0 Karma
Get Updates on the Splunk Community!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...