Grok regular matching problem

excuse me, when using grok to extract nginx logs, how to extract information with multiple identical tags?

clipboard.png

:
[tag "application-multi"] [tag "language-multi"] [tag "platform-multi"] [tag "attack-protocol"]


grok : https://grokdebug.herokuapp.com/

clipboard.png

Apr.07,2021

let reg=/w+-w+/g;

  • A website in nginx cannot write to error.log

    A website in nginx is configured with error_log, but when there is a 500th error in the site, there is no error record in the error log file server { listen 80; server_name www.example.com; error_log logs error_example.log error; location { prox...

    Mar.19,2021
  • The problem of matching pattern of date and time

    if you encounter a problem, come to the forum for advice, mainly to match the following two times and not to judge Wed Oct 24 13:59:18 2018 Wed Oct 9 13:59:18 2018 this time, we encountered a rather strange date format. The date in units is not the ...

    Sep.18,2021
Menu