
Carlos Andonaegui
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Carlos Andonaegui-
Carlos Andonaegui commented,
I did it using if let me put the next scenario for Nginx logssample log "POST /path/1 200" | parse "\"* /complex/*/endpoint/* *" as method, value1, value2, http_code nodrop| parse "\"* /this/*/that...
-
Carlos Andonaegui commented,
Turn out that paths are much more complex
-
Carlos Andonaegui created a post,
Set default values in parsing
What I want to do is very simple Im doing this. fyi Iim not using regex | parse "/endpoint/*/*?* something *" as a, b, c | parse .... | parse .... And this is what I want to do | parse "/endpoint...