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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...