Carlos Pérez-Aradros Herce

Results 7 issues of Carlos Pérez-Aradros Herce

When defining templates in autodiscover, it would be nice to have a default fallback to use when none of them matches, something like this: ``` filebeat.autodiscover: providers: - type: docker...

enhancement
libbeat
:Processors
containers
[zube]: Backlog
Team:Integrations
Team:Platforms

This make the encode match what postgres does

**Kibana version:** master **Elasticsearch version:** master **Describe the bug:** Metrics explorer shows all 0 for really small numbers. For instance see Y axis in this screenshot (also the popup when...

bug
Feature:Metrics UI
stale
Feature:MetricsExplorer
Team:obs-ux-infra_services

names in postgres have a max length of 63 chars by default. We generate names in many places, like: - Version schema names - Temporary table/column names - indices -...

bug

As demonstrated by @urso, updating items through views doesn't respect the `DEFAULT` keyword: ``` CREATE SCHEMA testing; SET SEARCH_PATH TO testing; CREATE TABLE tbl ( id INT PRIMARY KEY, i...

bug

Right now it's not possible to create a table referencing itself, like this: ``` { "$schema": "https://raw.githubusercontent.com/xataio/pgroll/main/schema.json", "name": "branches", "operations": [ { "create_table": { "name": "users", "columns": [ { "name":...

enhancement

This change executes `postgres` & `template` DB bootstraps in parallel, helping to reduce overall cluster provision times.

enhancement :magic_wand:
backport-requested :arrow_backward:
release-1.25
size:L
release-1.26
release-1.27