Skip to content

Commit 007cd53

Browse files
authored
Add text (#5871)
1 parent 79c322b commit 007cd53

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/apm/traces/search-query-language-support-for-traces.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ To search your tracing data do the following:
3535

3636
A Keyword Search Expression defines the scope of data for the query. You need to specify `_index=_trace_spans` in the scope to reference your trace data.
3737

38+
Keyword searching is supported for tracing indexes across all fields, unlike other indexes where only the `_raw` field is searched.
39+
3840
#### _any option
3941

4042
In scenarios where users are not familiar with the schema and would like to search across all the fields, `_any` modifier provides a means to search for a specified value from all of the Ingest Time Fields in your data. For example, to search for data with any field that has a value of success you would put `_any=success` in the scope of your query.

docs/cse/records-signals-entities-insights/search-cse-records-in-sumo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ You can search Cloud SIEM fields by keyword, for example:
162162

163163
`_index=sec_record_authentication kerberos`
164164

165+
Keyword searching is supported for security indexes across all fields, unlike other indexes where only the `_raw` field is searched.
166+
165167
### Referencing nested JSON fields
166168

167169
The **Security Record Details** field contains a JSON object with all of the fields from the underlying record or signal. Some of the data is nested in one or more sub-objects, like the `fields` object for record., shown expanded in the screenshot below. The fields object contains the contents of the [fields](/docs/cse/schema/schema-attributes) field in the underlying record, which is all of the unnormalized data from the original log message before it was normalized to the Cloud SIEM schema.

0 commit comments

Comments
 (0)