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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...