Salvatore Campagna
Salvatore Campagna
### Description LogsDB uses stored fields under the hood to deal with malformed field values and as a fallback mechanism in situations where doc values are not available. This behaviour...
### Description As part of the effort to test integration of LogsDB we would like to run third-party integration testing. When it comes to integrations, customers are allowed to override...
Using a normalizer for a keyword field might result in not being able to reconstruct the original source when using synthetic source. Here, if synthetic source is enabled and a...
### Description Multiple field types support the `dimension` boolean parameter after the introduction of TSDB (dimensions used for routing purposes). There are integrations sharing component and composable templates and creating...
Here we change the auto generated document id structure so to favour compression of the Lucene terms dictionary used to store document ids. The idea is to generate the document...
This is a backport of #115265
When ingesting logs, it's important to ensure that documents are not dropped due to mapping issues, also when dealing with dynamically mapped fields. Elasticsearch provides two key settings that help...
### Description After releasing LogsDB we need to make the default value of `cluster.logsdb.enabled` to be `true` for non-stateful deployments by means of an override.