Hi
I am new to Splunk am testing it by sending windows event logs from a print server. I am trying to extract how many pages get printed and can sorts the results easily by the number of events per user, however actually counting the number of pages seems a little more difficult. I have browsed the manual and cheat sheet but have been unable to get the results I am looking for. Here is an example of the output from the event log
CategoryString=NULL
ComputerName=BLAH
EventCode=10
EventIdentifier=1073741834
EventType=3
Logfile=System
RecordNumber=225770
SourceName=Print
TimeGenerated=20100311104254.000000+180
TimeWritten=20100311104254.000000+180
Type=Information
User=DOMAIN\USER
wmi_type=WinEventLog:System
Message=Document 192, Microsoft Office Outlook - Memo Style owned by USER was printed on HP Color LaserJet CM4730 MFP PCL 6 via port IP_NUMBERS. Size in bytes: 835612; pages printed: 2
How can I parse our the "pages printed:" and count how many pages have been printed?
Thanks for your help.