From 6edb974c4c4f5db3bd9fd74b6442a6d740feab03 Mon Sep 17 00:00:00 2001 From: Sasank Maganti <96193563+sasgit-hub@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:45:32 -0600 Subject: [PATCH] Opensearch support --- app/mapping/es_mapping.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/mapping/es_mapping.json b/app/mapping/es_mapping.json index aece111..5c8d226 100644 --- a/app/mapping/es_mapping.json +++ b/app/mapping/es_mapping.json @@ -73,16 +73,16 @@ "type": "keyword" }, "net_core_rmem_max": { - "type": "text" + "type": "double" }, "net_core_rmem_default": { - "type": "text" + "type": "double" }, "net_core_wmem_max": { - "type": "text" + "type": "double" }, "net_core_wmem_default": { - "type": "text" + "type": "double" }, "manufacturer": { "type": "keyword" @@ -109,22 +109,22 @@ "type": "keyword" }, "net_ipv4_tcp_rmem_default": { - "type": "text" + "type": "double" }, "net_ipv4_tcp_rmem_max":{ - "type": "text" + "type": "double" }, "net_ipv4_tcp_rmem_min":{ - "type": "text" + "type": "double" }, "net_ipv4_tcp_wmem_default": { - "type": "text" + "type": "double" }, "net_ipv4_tcp_wmem_max": { - "type": "text" + "type": "double" }, "net_ipv4_tcp_wmem_min": { - "type": "text" + "type": "double" }, "net_ipv4_tcp_no_metrics_save":{ "type": "boolean"