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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...