All Apps and Add-ons

Unable to create multi-valued field in Splunk_TA_bluecoat

pfabrizi
Path Finder

We had a discussion with a SPLUNK ES engineer and we installed the Splunk_TA_bluecoat app and using the stanza's in that app.

We are trying to get cs_categories moved to a multivalue field call category and we found that the props.conf and tranforms.conf have this code but we are not having any luck.
our source type is bluecoat:proxysg:access:kv
source =tcp:bluecoat

I am also guessing that REPORT keyword is only used when searching?

props.conf:
[bluecoat:proxysg:access:kv]
pulldown_type = true
category = Network & Security
description = Data from Blue Coat ProxySG in W3C ELFF format thru syslog
KV_MODE = auto
SHOULD_LINEMERGE = false
MAX_DAYS_AGO = 10951
EVENT_BREAKER_ENABLE = true
TRUNCATE = 64000

TRANSFORMS-TrashHeaders = TrashHeaders
SEDCMD-empty=s/ [a-zA-z0-9-]+=-//g

REPORT-categories = bluecoatkv_categories

transforms.conf:
[bluecoatkv_categories]
SOURCE_KEY = cs_categories
REGEX = (?[^;]+)
MV_ADD = true

Tags (1)
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...