Skip to content

Commit da1268e

Browse files
authored
update otel indexes config (#3536)
1 parent 75a41f7 commit da1268e

File tree

1 file changed

+4
-0
lines changed
  • quickwit/quickwit-opentelemetry/src/otlp

1 file changed

+4
-0
lines changed

quickwit/quickwit-opentelemetry/src/otlp/logs.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,16 @@ doc_mapping:
6767
- name: severity_text
6868
type: text
6969
tokenizer: raw
70+
fast: true
7071
- name: severity_number
7172
type: u64
73+
fast: true
7274
- name: body
7375
type: json
7476
- name: attributes
7577
type: json
7678
tokenizer: raw
79+
fast: true
7780
- name: dropped_attributes_count
7881
type: u64
7982
indexed: false
@@ -87,6 +90,7 @@ doc_mapping:
8790
- name: resource_attributes
8891
type: json
8992
tokenizer: raw
93+
fast: true
9094
- name: resource_dropped_attributes_count
9195
type: u64
9296
indexed: false

0 commit comments

Comments
 (0)