Jasper
Jasper
Thanks @sergiomcalzada that worked: ``` storage: type: elasticsearch options: es: server-urls: http://elasticsearch.elastic-db:9200 index-prefix: jaeger_ version: 7 # Necessary as it doesn't work with 8 yet create-index-templates: false # Necessary as...
I am also curious, would be extremely helpful to trigger pipelines from the dashboard
I'm having the same issue here with the Keychron K3 keyboard
I can confirm this, it would be great to have a new release to fix this issue.
I had some issues using `structlog` and `ecs_logging` together with their processors. Apparently the order of the `structlog.configure(processors=[...])` list matters. The `ecs_logging.StructlogFormatter()` needs to be last in the list. Example:...