Splunk Search

List almost-duplicates (in a variable?)

djm229
Engager

Hello.  I have a search that results in, amongst other things, fields that are ALMOST duplicates.  Example:

Bob: Task incomplete.

Steve: Task Incomplete.

George: Task Incomplete.

Fred: Task Complete.

Spock: Task Complete.

Is there a way to generate a table which results in:

| Task Status           |  Team Player Responsible |

| Task Complete    |  Fred, Spock                            |

| Task Incomplete |  Bob, Steve, George              |

For each instance of "Task Complete" and "Task Incomplete", I want to know which Persons to tag in a simple table without listing every user in a giant list.

I've looked into dedup, uniq and sub-searches but haven't figured out how to list the non-duplicated parts next to a single instance of the duplicated part.

[Insert deity], I hope that made sense.  Help?

Labels (1)
0 Karma

scelikok
SplunkTrust
SplunkTrust

Hi @djm229,

I assumed your usernames and task status is in the same field. If not rex command is unnecessary;

Please try below by updating your <your_field> with field that contains your sample values;

| rex field=<your_field> "(?<user>[^:]+):\s(?<task_status>.+)"
| stats values(user) by task_status

 

If this reply helps you an upvote and "Accept as Solution" is appreciated.
0 Karma

djm229
Engager

Thanks, I'll have to modify the regex to make it (and the rest of my query) fit together.  If it works, I'll tag as "the Solution".  Very much appreciate it - even if it doesn't work.

0 Karma
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!

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas

Why Splunk Customers Should Attend Cisco Live 2026 Las Vegas     Cisco Live 2026 is almost here, and this ...

What Is the Name of the USB Key Inserted by Bob Smith? (BOTS Hint, Not the Answer)

Hello Splunkers,   So you searched, “what is the name of the usb key inserted by bob smith?”  Not gonna lie… ...

Automating Threat Operations and Threat Hunting with Recorded Future

    Automating Threat Operations and Threat Hunting with Recorded Future June 29, 2026 | Register   Is your ...