I want to build a graph dashboard to show the transaction posting time taken from a log file using filebeat datasource.
Example:
#O#-#-#-#APIServices#-#60#
#O#-#-#-#APIServices#-#110#
#O#-#-#-#APIServices#-#230#
is my actual log. I want to read the dynamic value by using pattern “#APIServices#-##”,
pls help with the regular expression or some other ways to read the dynamic value(60, 110, 230) and create a graph dashboard.