Skip to content

Commit

Permalink
Add default search fields for trace index. (#4602)
Browse files Browse the repository at this point in the history
* Add default search fields for trace index.

* Update quickwit/quickwit-opentelemetry/src/otlp/traces.rs

Co-authored-by: Adrien Guillo <[email protected]>

---------

Co-authored-by: Adrien Guillo <[email protected]>
  • Loading branch information
fmassot and guilload authored Feb 18, 2024
1 parent f69064c commit 3ef4f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickwit/quickwit-opentelemetry/src/otlp/traces.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ indexing_settings:
commit_timeout_secs: 5
search_settings:
default_search_fields: []
default_search_fields: [service_name, span_name, event_names]
"#;

#[derive(Debug, thiserror::Error)]
Expand Down

0 comments on commit 3ef4f76

Please sign in to comment.