Hello, I have the following problem with the anonymisation of a source. The source of data is:: \\summer.de\group\Anwendungen\Splunk\starbucks\* their are following logs: 1...
...o I created these two files in this folder
'C:\Program Files\Splunk\etc\system\local'
The data I am looking to anonymize is simple
testfield: 123
- Either by removing it completely or r...
Hi,
I am trying to anonymizedata at the forwarder level (or deployment-server) before forwarding the data to the indexer. The aim of that is to keep the control on the masking because the i...
Hi Splunk experts,
I am using regex transform to mask data in splunk. But splunk only masks first occurence of string matched with that regex in 1 event.For example
[user]
REGEX = (?i)^(.*?)u...
Hello,
I need to anonimize data in search-time and count by message.
Example.
source log file contains:
E 120327 153238.682 THREAD/CLASS - java.lang.InterruptedException A#1234
at c...
Hi!
I am considering to implement two separate indexes containing
non-anonymized data and anonyimized on the other.
input data looks like following,
a,b,c
1,2,3
4,5,6
7,8,9
I h...
...escription": "Lambda", "Runtime": "java11", "Version": "$LATEST"\}} The problem is that sensitive data appear in clear specifically in Environment>Variables In this s...
Is there a way to anonymizedata based on a script/function. I want to anonymizedata but would like to have an hash that I can use to perform valid reports on it.
To further extend one what I w...
Hello,
i am trying to anonymizedata in forwarder using the below:
The data AABC123456789012 needs to be transformed to AABC12XXXXXX9012
The regex seems to be not working.
Any help is a...