Skip to content

Commit

Permalink
docs: fix a typo in docs for Elasticsearch-backed logging (determined…
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyucui authored Jul 27, 2022
1 parent f296b9e commit cd5cbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cluster-setup-guide/elasticsearch-logging-backend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ on how the cluster will be used:
"mappings": {
"properties": {
"task_id": {"type": "keyword", "index": true},
"allocation_id": {"type": "keyword": "index": true},
"allocation_id": {"type": "keyword", "index": true},
"agent_id": {"type": "keyword", "index": true},
"container_id": {"type": "keyword", "index": true},
"level": {"type": "keyword", "index": true},
Expand Down

0 comments on commit cd5cbec

Please sign in to comment.