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!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...