Splunk Enterprise

How to count the words in the file without indexing the data?

Ashwini008
Builder

I have file(text file) in my UF .My requirement is that i want to know the word count of the file but i should not index the data due to business reasons.

Is there any way where i can get to know the word count of my file without actually indexing the whole data?

Currently i am indexing only filename .Now how can i proceed further?

Thank you

 

0 Karma

inventsekar
SplunkTrust
SplunkTrust

Hi @Ashwini008 ...on linux(unix as well), you can use the "wc -w" to count the number of words. 


[sekar@ubuntu ~]$ more test.log
test file one two three
[sekar@ubuntu ~]$ wc test.log
1 5 24 test.log
[sekar@ubuntu ~]$ wc -w test.log
5 test.log
[sekar@ubuntu ~]$

 

0 Karma

isoutamo
SplunkTrust
SplunkTrust
And if you need this to splunk then create scripted input for it.
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

wc (word count) is usually available on *nix machines

Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...