Skip to content

Commit

Permalink
Opensearch support
Browse files Browse the repository at this point in the history
  • Loading branch information
sasgit-hub committed Dec 18, 2024
1 parent ff02613 commit 6edb974
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/mapping/es_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 6edb974

Please sign in to comment.