I need to create a sashbord from logs where I need to capture particular log with with foo
value and display how many time it have occured in 1 second.
Example:
log_example -
New log from app accessed foo with bak
New log from app accessed foo with bak
New log from app accessed xxx with yyy
New log from app accessed foo with bak
New log from app accessed foo with bak
New log from app accessed xxx with yyy
New log from app accessed xxx with yyy
New log from app accessed abc with efg
here I want to create a graph like New log from app accessed foo with bak
request occured 5 times in 1 second and New log from app accessed xxx with yyy
3 times in last 1 second.
Is there any way in graylog I can achive this ?