Splunk Search

How to count a pattern in one cell

robertlynch2020
Motivator

Hi

I have the following data written to one field. When i run

source_SERVICES_count=mvcount(source_SERVICES)

i get the answer of 1. However there are 3 results!

So when i am writing the answer do i have to tell Spunk expect a multi value field?
Or how can i get the mvcount to count the number of spaces to display 2?

/dell872srv/apps/UBS_QCST_SEC2/logs/archive/300118_0937/mxsmcobjectrepository/smcobjectrepository_engine/566460-109829-service.log /dell872srv/apps/UBS_QCST_SEC2/logs/mxsmcobjectrepository/smcobjectrepository_engine/566460-109829-service.log /dell872srv/apps/UBS_QCST_SEC2/logs/mxsmcobjectrepository/smcobjectrepository_engine/986086-109829-service.log

Thanks in Advance
Rob

0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

That a field has embedded spaces does not necessarily make it a multi-valued field. It depends on how the field is created.

Try this option: eval source_SERVICES_count=mvcount(split(source_SERVICES, " ")).

---
If this reply helps you, Karma would be appreciated.

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

That a field has embedded spaces does not necessarily make it a multi-valued field. It depends on how the field is created.

Try this option: eval source_SERVICES_count=mvcount(split(source_SERVICES, " ")).

---
If this reply helps you, Karma would be appreciated.
0 Karma

robertlynch2020
Motivator

Perfect, thanks 🙂

0 Karma
Get Updates on the Splunk Community!

Everything Community at .conf24!

You may have seen mention of the .conf Community Zone 'round these parts and found yourself wondering what ...

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...