Kibana extract number

Viewed 34

I need to extract a number from a message in kibana and found all value that are greater than 1, is there a way to get that number not in yellow?, my logs are these: kibana logs

thanks a lot

1 Answers

Solved by using regex: message: "Time for external call to Firebase:" AND /[1-9].[0-9]{1,3}/

Related