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!

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer at Splunk .conf24 ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

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