Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrik-es committed Oct 15, 2024
1 parent 442d3f1 commit dead0e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/mapping/types/passthrough.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ PUT _index_template/my-metrics
"priority": 10,
"time_series_dimension": true,
"properties": {
"host": {
"host.name": {
"type": "keyword"
}
}
Expand All @@ -166,7 +166,7 @@ POST metrics-mymetrics-test/_doc
{
"@timestamp": "2020-01-01T00:00:00.000Z",
"attributes" : {
"host": "foo",
"host.name": "foo",
"zone": "bar"
},
"cpu": 10
Expand Down

0 comments on commit dead0e1

Please sign in to comment.