"200,0.373956" this is my python script's output.
Now I want to run my python script and with arguments and configure 200 as statuscode and 0.373956 as Responsetime and search for the same in search query.
please find my props.conf here.
[synthetic]
EXTRACT-StatusCode = ^(?P\d+)
EXTRACT-ResponseTime = ^\d+:(?P.+)
EXTRACT-ResponseTime2,Node = ^\d+,(?P[^ ]+) Node="(?P\d+)
EXTRACT-StoreNum = ^(?:[^ \n]* ){5}(?P.+)
EXTRACT-ResponseTime2 = ^\d+,(?P[^ ]+)
EXTRACT-MemHealth = ^\s+"\w+"\s+:\s+\w+,\s+"\w+"\s+:\s+\w+\s+"\w+"\s+:\s+\w+,\s+"\w+"\s+:\s+\w+,\s+"\w+"\s+:\s+(?P\w+)
EXTRACT-CurrentMem = ^\s+"\w+"\s+:\s+"\w+:\s+\w+.\s+\w+:\s+\w+"\s+"\w+"\s+:\s+"\w+\s+\w+"\s+"\w+"\s+:\s+"\w+\s+\w+\s+\d+\s+\w+.\s+\w+\s+\w+\s+(?P[^ ]+)
EXTRACT-ResponseTime3 = ^\d+,(?P\d+.\d+)
... View more