Hi, I have a Splunk log which logs messages in the following JSON format -
@timestamp: 2020-08-28T11:24:27.289-04:00
@version: 1
ACTIVE_PROFILE: prod-east
HOSTNAME: XXXXXXXX
appName: autopay-instance-fulfillment
level: INFO
level_value: 20000
logger_name: abc.xyz.AccountServiceImpl
message: Number of records retrieved from accounts table : 67
thread_name: pool-7-thread-1
I want to extract the value that shows up in the message (after "The number of records retrieved") as a number every day and create a table using those values. Could I please have some guidance regarding that?
Thank you in advance!
... View more