Skip to content

Commit

Permalink
Remove booleans_to_keywords
Browse files Browse the repository at this point in the history
Because booleans are supported now as dimension on TSDB
  • Loading branch information
gregkalapos committed Jul 31, 2024
1 parent 3a9c825 commit 9c4ea86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@ template:
ignore_above: 1024
type: keyword
match_mapping_type: string
- booleans_to_keywords:
mapping:
ignore_above: 1024
type: keyword
match_mapping_type: boolean
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ setup:
body:
fields: ["transaction.root"]
- length: { hits.hits: 1 }
- match: { hits.hits.0.fields: {"transaction.root": ["false"] }}
- match: { hits.hits.0.fields: {"transaction.root": [false] }}

0 comments on commit 9c4ea86

Please sign in to comment.