cashapp / logquacious

Logquacious (lq) is a fast and simple log viewer.
Apache License 2.0
59 stars 14 forks source link

optional context links per value #137

Closed gak closed 4 years ago

gak commented 4 years ago

For a certain field you can create links based on the value.

        {
          "field": "trace_id",
          "transforms": [
            {
              "link": {
                "match": "(.*)",
                "title": "View trace_id in Jaeger",
                "href": "https://jaeger/trade_id=$1",
                "icon": "mdi-eye-settings"
              }
            }
          ]
        }
      ],

Screen Shot 2020-06-10 at 3 21 03 PM