Hi, I wonder whether someone may be able to help me please.
I'm trying to get to grips with 'Report Acceleration' and I've managed to create one, but I think this was more luck than knowledge.
I'm trying to accelerate the report below, but for some reason, Splunk tells me that it's unable to do so.
index= main tags.transactionName = "Send Email Alert" auditType="TxSucceeded" | eval shortForm='detail.formId'." " | eval shortForm = substr(shortForm, 1, 6) | sort 0 detail.messageId | stats dc(detail.messageId) first(shortForm) as shortForm by "detail.messageId" | chart count by shortForm | eval pieSlice=shortForm + " " + count | fields pieSlice, count
I've been reading through the documentation and through a tutorial in a book I have (Splunk Operational Intelligence Cookbook), and I think I have the correct streaming and transforming commands in place, so I'm unsure why this is failing.
Could someone perhaps tell me please why I'm unable to accelerate this report?
Many thanks and kind regards
Chris
... View more