Julia Bardi

Results 6 comments of Julia Bardi

Is there any dependency on Fleet Server to make use of the new configs? If so, we might want to add a feature flag in case the changes are not...

Is there anything in `ingest_manager_settings` that we would keep (and not deprecate)? I would vote for creating a new SO type for fleet server configs, so that it has a...

Do we have a valid fleet-server config schema stored somewhere or how can we determine if the provided config is valid? Or are we planning to do only a yaml...

@martijnvg Hi! I am working on a [feature](https://github.com/elastic/kibana/issues/144530) on Fleet UI to enable TSDB index setting, and trying to leave `routing_path` empty to rely on elasticsearch's [auto generation](https://github.com/elastic/elasticsearch/pull/86790). I'm getting...

I've tried to add to integrations index template here: As discussed on slack, the setting works fine on installing a package, and the `routing_path` is generated correctly on the data...

@martijnvg So I managed to add the `"index.mode=time_series"` setting without `routing_path` to the `metrics-system.cpu` Index Template without an issue, however I am running to an error when trying to modify...