Antonio Bonuccelli
Antonio Bonuccelli
relates to https://github.com/logstash-plugins/logstash-filter-grok/issues/82 It'd be great to print a grok filter regex taking a long time to execute. cc @andrewvc
perhaps related to the data being loaded since commenting https://github.com/ClickHouse/examples/tree/main/docker-compose-recipes/recipes/ch-and-minio-S3/fs/volumes/clickhouse/docker-entrypoint-initdb.d will allow to connect fine to clickhouse
It appears that `label` is ignored for the purpose of searching when `showSearch` is enabled.
we should have consistent approach and builtin text validation capabilities to avoid having to implement custom logic on each `` usage. @fneves @crisalbu @gjones
## Add configurable column visibility to Table component This PR adds the ability for users to show/hide optional columns in the Table component, with preferences automatically persisted to storage. ###...