diff --git a/package.json b/package.json
index c802f6efa28ed..18eb6d196aed7 100644
--- a/package.json
+++ b/package.json
@@ -123,7 +123,7 @@
"@elastic/ecs": "^8.11.5",
"@elastic/elasticsearch": "^8.18.2",
"@elastic/ems-client": "8.6.3",
- "@elastic/eui": "102.0.0-amsterdam.0",
+ "@elastic/eui": "102.1.0-amsterdam.0",
"@elastic/filesaver": "1.1.2",
"@elastic/node-crypto": "^1.2.3",
"@elastic/numeral": "^2.5.1",
diff --git a/src/dev/license_checker/config.ts b/src/dev/license_checker/config.ts
index 519f095bc5503..8d796470bfd14 100644
--- a/src/dev/license_checker/config.ts
+++ b/src/dev/license_checker/config.ts
@@ -88,7 +88,7 @@ export const LICENSE_OVERRIDES = {
'jsts@1.6.2': ['Eclipse Distribution License - v 1.0'], // cf. https://github.com/bjornharrtell/jsts
'@mapbox/jsonlint-lines-primitives@2.0.2': ['MIT'], // license in readme https://github.com/tmcw/jsonlint
'@elastic/ems-client@8.6.3': ['Elastic License 2.0'],
- '@elastic/eui@102.0.0-amsterdam.0': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
+ '@elastic/eui@102.1.0-amsterdam.0': ['Elastic License 2.0 OR AGPL-3.0-only OR SSPL-1.0'],
'language-subtag-registry@0.3.21': ['CC-BY-4.0'], // retired ODC‑By license https://github.com/mattcg/language-subtag-registry
'buffers@0.1.1': ['MIT'], // license in importing module https://www.npmjs.com/package/binary
'@bufbuild/protobuf@1.2.1': ['Apache-2.0'], // license (Apache-2.0 AND BSD-3-Clause)
diff --git a/src/platform/plugins/shared/data/public/utils/table_inspector_view/components/__snapshots__/data_view.test.tsx.snap b/src/platform/plugins/shared/data/public/utils/table_inspector_view/components/__snapshots__/data_view.test.tsx.snap
index 39ce5453121ed..e793290526eea 100644
--- a/src/platform/plugins/shared/data/public/utils/table_inspector_view/components/__snapshots__/data_view.test.tsx.snap
+++ b/src/platform/plugins/shared/data/public/utils/table_inspector_view/components/__snapshots__/data_view.test.tsx.snap
@@ -227,26 +227,30 @@ Array [
role="columnheader"
scope="col"
>
-
+
+ column1
+
+
+
+
+
@@ -507,27 +511,31 @@ Array [
role="columnheader"
scope="col"
>
-
+
+ column1
+
+
+
+
+
diff --git a/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/network_dns_table/__snapshots__/index.test.tsx.snap b/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/network_dns_table/__snapshots__/index.test.tsx.snap
index 720c22ebb97a2..a9545a3a505fa 100644
--- a/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/network_dns_table/__snapshots__/index.test.tsx.snap
+++ b/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/network_dns_table/__snapshots__/index.test.tsx.snap
@@ -235,27 +235,31 @@ exports[`NetworkTopNFlow Table Component rendering it renders the default Networ
role="columnheader"
scope="col"
>
-
+
+ Registered domain
+
+
+
+
+
-
+
+ Total queries
+
+
+
+
+
|
-
+
+ Unique domains
+
+
+
+
+
|
-
+
+ DNS bytes in
+
+
+
+
+
|
-
+
+ DNS bytes out
+
+
+
+
+
|
diff --git a/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/network_http_table/__snapshots__/index.test.tsx.snap b/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/network_http_table/__snapshots__/index.test.tsx.snap
index 39e939da1f0d1..2249140d23a90 100644
--- a/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/network_http_table/__snapshots__/index.test.tsx.snap
+++ b/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/network_http_table/__snapshots__/index.test.tsx.snap
@@ -304,26 +304,30 @@ exports[`NetworkHttp Table Component rendering it renders the default NetworkHtt
role="columnheader"
scope="col"
>
-
+
+ Requests
+
+
+
+
+
diff --git a/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/network_top_countries_table/__snapshots__/index.test.tsx.snap b/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/network_top_countries_table/__snapshots__/index.test.tsx.snap
index 51eeffcadfd82..631de6ce59bdf 100644
--- a/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/network_top_countries_table/__snapshots__/index.test.tsx.snap
+++ b/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/network_top_countries_table/__snapshots__/index.test.tsx.snap
@@ -236,27 +236,31 @@ exports[`NetworkTopCountries Table Component rendering it renders the IP Details
role="columnheader"
scope="col"
>
-
+
+ Bytes in
+
+
+
+
+
-
+
+ Bytes out
+
+
+
+
+
|
-
+
+ Flows
+
+
+
+
+
|
-
+
+ Source IPs
+
+
+
+
+
|
@@ -887,27 +903,31 @@ exports[`NetworkTopCountries Table Component rendering it renders the default Ne
role="columnheader"
scope="col"
>
-
+
+ Bytes in
+
+
+
+
+
-
+
+ Bytes out
+
+
+
+
+
|
-
+
+ Flows
+
+
+
+
+
|
-
+
+ Source IPs
+
+
+
+
+
|
-
+
+ Destination IPs
+
+
+
+
+
|
diff --git a/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/network_top_n_flow_table/__snapshots__/index.test.tsx.snap b/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/network_top_n_flow_table/__snapshots__/index.test.tsx.snap
index 5bd7f58267f19..0b05353965897 100644
--- a/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/network_top_n_flow_table/__snapshots__/index.test.tsx.snap
+++ b/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/network_top_n_flow_table/__snapshots__/index.test.tsx.snap
@@ -272,27 +272,31 @@ exports[`NetworkTopNFlow Table Component rendering it renders the default Networ
role="columnheader"
scope="col"
>
-
+
+ Bytes in
+
+
+
+
+
-
+
+ Bytes out
+
+
+
+
+
|
-
+
+ Flows
+
+
+
+
+
|
@@ -1020,27 +1032,31 @@ exports[`NetworkTopNFlow Table Component rendering it renders the default Networ
role="columnheader"
scope="col"
>
-
+
+ Bytes in
+
+
+
+
+
-
+
+ Bytes out
+
+
+
+
+
|
-
+
+ Flows
+
+
+
+
+
|
-
+
+ Destination IPs
+
+
+
+
+
|
diff --git a/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/tls_table/__snapshots__/index.test.tsx.snap b/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/tls_table/__snapshots__/index.test.tsx.snap
index b4343b11cfc81..db8fe36ae0a9f 100644
--- a/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/tls_table/__snapshots__/index.test.tsx.snap
+++ b/x-pack/solutions/security/plugins/security_solution/public/explore/network/components/tls_table/__snapshots__/index.test.tsx.snap
@@ -252,26 +252,30 @@ exports[`Tls Table Component Rendering it renders the default Domains table 1`]
role="columnheader"
scope="col"
>
-
+
+ SHA1 fingerprint
+
+
+
+
+
diff --git a/x-pack/test/functional/services/monitoring/elasticsearch_nodes.js b/x-pack/test/functional/services/monitoring/elasticsearch_nodes.js
index 548fdb51c6c7a..f4dfa02322854 100644
--- a/x-pack/test/functional/services/monitoring/elasticsearch_nodes.js
+++ b/x-pack/test/functional/services/monitoring/elasticsearch_nodes.js
@@ -65,36 +65,50 @@ export function MonitoringElasticsearchNodesProvider({ getService, getPageObject
}
async clickNameCol() {
- await find.clickByCssSelector(`[data-test-subj="${SUBJ_TABLE_SORT_NAME_COL}"] > button`);
+ await find.clickByCssSelector(
+ `[data-test-subj="${SUBJ_TABLE_SORT_NAME_COL}"] [data-test-subj="tableHeaderSortButton"]`
+ );
await this.waitForTableToFinishLoading();
}
async clickStatusCol() {
- await find.clickByCssSelector(`[data-test-subj="${SUBJ_TABLE_SORT_STATUS_COL}"] > button`);
+ await find.clickByCssSelector(
+ `[data-test-subj="${SUBJ_TABLE_SORT_STATUS_COL}"] [data-test-subj="tableHeaderSortButton"]`
+ );
await this.waitForTableToFinishLoading();
}
async clickCpuCol() {
- await find.clickByCssSelector(`[data-test-subj="${SUBJ_TABLE_SORT_CPU_COL}"] > button`);
+ await find.clickByCssSelector(
+ `[data-test-subj="${SUBJ_TABLE_SORT_CPU_COL}"] [data-test-subj="tableHeaderSortButton"]`
+ );
await this.waitForTableToFinishLoading();
}
async clickLoadCol() {
- await find.clickByCssSelector(`[data-test-subj="${SUBJ_TABLE_SORT_LOAD_COL}"] > button`);
+ await find.clickByCssSelector(
+ `[data-test-subj="${SUBJ_TABLE_SORT_LOAD_COL}"] [data-test-subj="tableHeaderSortButton"]`
+ );
await this.waitForTableToFinishLoading();
}
async clickMemoryCol() {
- await find.clickByCssSelector(`[data-test-subj="${SUBJ_TABLE_SORT_MEM_COL}"] > button`);
+ await find.clickByCssSelector(
+ `[data-test-subj="${SUBJ_TABLE_SORT_MEM_COL}"] [data-test-subj="tableHeaderSortButton"]`
+ );
await this.waitForTableToFinishLoading();
}
async clickDiskCol() {
- await find.clickByCssSelector(`[data-test-subj="${SUBJ_TABLE_SORT_DISK_COL}"] > button`);
+ await find.clickByCssSelector(
+ `[data-test-subj="${SUBJ_TABLE_SORT_DISK_COL}"] [data-test-subj="tableHeaderSortButton"]`
+ );
await this.waitForTableToFinishLoading();
}
async clickShardsCol() {
- await find.clickByCssSelector(`[data-test-subj="${SUBJ_TABLE_SORT_SHARDS_COL}"] > button`);
+ await find.clickByCssSelector(
+ `[data-test-subj="${SUBJ_TABLE_SORT_SHARDS_COL}"] [data-test-subj="tableHeaderSortButton"]`
+ );
await this.waitForTableToFinishLoading();
}
diff --git a/yarn.lock b/yarn.lock
index 06c6b71c092d0..7dd5c4d577e7b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2166,10 +2166,10 @@
chroma-js "^2.4.2"
lodash "^4.17.21"
-"@elastic/eui@102.0.0-amsterdam.0":
- version "102.0.0-amsterdam.0"
- resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-102.0.0-amsterdam.0.tgz#9fc738d18a4b148e97ac1b4d7ddfb311314d1b97"
- integrity sha512-C6ZS83SyQ83d5sSqaZYf+nrJeRIU5WPoAWAAr5UIqloJGBk1nuMNY8wH12PT9GiqdXFUdf6ezSsQvYCqHrWWWw==
+"@elastic/eui@102.1.0-amsterdam.0":
+ version "102.1.0-amsterdam.0"
+ resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-102.1.0-amsterdam.0.tgz#87382f568b2a1d0042c6b0464bc3e80947946f2b"
+ integrity sha512-I8K9gMeNImkPavKJV/RdgwFN2mBBupOeNN1uYDiMI9479pfX3U+7bwDas9HX/XNQlnS74JMhNCMXHMPo7HK4gg==
dependencies:
"@elastic/eui-theme-common" "1.0.0"
"@elastic/prismjs-esql" "^1.1.0"