Christos Soulios

Results 5 issues of Christos Soulios

Fields of type `aggregate_metric_double` are currently exposed in the [field caps API](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-field-caps.html) as fields of type `double` This PR changes this behavior so that `aggregate_metric_double` fields are exposed with their...

>breaking
>non-issue
:Search/Mapping
Team:Search
Team:Analytics
:Analytics/TSDB
v8.5.0

**Build scan:** https://gradle-enterprise.elastic.co/s/zq47m4m7v3izw/tests/:server:internalClusterTest/org.elasticsearch.snapshots.ConcurrentSnapshotsIT/testAssertMultipleSnapshotsAndPrimaryFailOver **Reproduction line:** `./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.snapshots.ConcurrentSnapshotsIT.testAssertMultipleSnapshotsAndPrimaryFailOver" -Dtests.seed=DDA83B2B7C43A52B -Dtests.locale=de-CH -Dtests.timezone=Asia/Qatar -Druntime.java=17` **Applicable branches:** main **Reproduces locally?:** No **Failure history:** https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.snapshots.ConcurrentSnapshotsIT&tests.test=testAssertMultipleSnapshotsAndPrimaryFailOver **Failure excerpt:** ``` java.lang.AssertionError: Expected: is but: was...

:Distributed/Snapshot/Restore
>test-failure
Team:Distributed

Rollup indices are initially created as hidden (`index.hidden: true`). At the end of the rollup process, we must set this setting to the value the source index has

>non-issue
:Analytics/Rollup
Team:Analytics
v8.5.0

This PR is created to trigger CI for a temporary branch that merges breaking changes so that they are tested by the Kibana team. This branch follows Elasticsearch master merging...

:Analytics/Rollup
:Analytics/TSDB
v8.5.0

### CI Link https://gradle-enterprise.elastic.co/s/sh2jvmtofx3fq ### Repro line ``` ./gradlew ':qa:mixed-cluster:v8.4.3#mixedClusterTest' -Dtests.class="org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT" -Dtests.method="test {p0=health/10_basic/cluster health basic test}" -Dtests.seed=507297E8B8DDE008 -Dtests.bwc=true -Dtests.locale=pl-PL -Dtests.timezone=US/Eastern -Druntime.java=17 ``` ### Does it reproduce? Yes, reproduced locally ###...

:Data Management/Stats
>test-failure
Team:Data Management