I am running a query like.
index=1101 source=/UAT/Logs/APP_NAME*.log "Mobile Analytic Logs Mule services" | stats count by OperationName
I am expecting the query to return a table with list of operation name between the given time frame.
But, I could see a strange behavior. The values of the column are getting truncated like below
"deletes
"deleteSubs
"deleteSubsc
"deleteSubscr
"deleteSubscri
"deleteSubscripti
"deleteSubscription
"deleteSubscriptionAl
"deleteSubscriptionAle
"deleteSubscriptionAlert
"g
"ge
"get
"getA
"getAle
"getAler
"getAlert
"getau
"getAuth
"getAuthst
"getCont
"getContactP
"getContactPo
"getContactPoi
How to fix this?
Try to add such field extraction for source "/UAT/Logs/APP_NAME*.log" or sourcetype (Settings > Fields > Field extractions):