You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/apm/traces/working-with-tracing-data/search-query-language-support-for-traces.md
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ Tracing data retention in `_trace_spans` index is the same as default log index
16
16
* Logreduce without a field, value, or key suffices
17
17
*`_index` and `_view` are not supported other than when specified as `_trace_spans`.
18
18
* Adding to Dashboard is supported as long as your total dashboard-originated `_trace_spans `read volume does not exceed 200x of your tracing ingest. Contact your Sumo Logic representative for paid subscription service options for volume requirements exceeding 200x of your tracing ingest.
19
+
* Field extraction rules are not supported as the index has well defined schema
20
+
* Data forwarding is not supported
21
+
19
22
20
23
## Search span data
21
24
@@ -40,15 +43,16 @@ Syntax: `_any<value>`
40
43
41
44
The `_any` option is not supported outside of the scope of a query. This is supported for the Security and Tracing tiers.
42
45
43
-
### Parse
46
+
### Parse Your Spans
44
47
45
48
You can parse your spans in the same way you parse log data. This includes any value from the **tags** field by using the field option with the JSON operator, for example, `| json field=tags`. See how to Parse JSON Formatted Logs for details.
46
49
47
-
### View
50
+
### View Your Search Results
48
51
49
-
When viewing your search results you can add any parsed fields to display by selecting them from the Field Browser on the left, or by using the fields operator in your query. The following image shows a query using the `fields` operator to display `operation`, `service`, `spanid`, `statuscode`, and `traceid`. The Field Browser can also set the fields to display.
52
+
When viewing your search results you can add any parsed fields to display by selecting them from the Field Browser on the left, or by using the fields operator in your query. The following image shows a query using the `fields` operator to display `operation`, `service`, `spanid`, `statuscode`, and `traceid`. The Field Browser can also set the fields to display.<br/> 
50
53
51
-

54
+
### Monitors and Scheduled Searches
55
+
You can also set Monitors and Scheduled Searches for Traces.
52
56
53
57
## Span structure
54
58
@@ -57,7 +61,6 @@ Each span is written in JSON format. Span attributes are parsed to individual fi
57
61
The following two lists contain the fields returned in your search results after running a query:
Copy file name to clipboardExpand all lines: docs/releasenotes/service.md
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,25 @@ description: Looking for more information about new features in the Sumo Logic S
7
7
8
8
import useBaseUrl from '@docusaurus/useBaseUrl';
9
9
10
-
Service Release Notes for the current year are listed here. If you need to see previous Service Release Notes, check the [Archive](docs/releasenotes/archive).
10
+
Service Release Notes for the current year are listed here. If you need to see previous Service Release Notes, check the [Archive](/docs/releasenotes/archive).
11
+
12
+
---
13
+
## September 30, 2022 (Traces)
14
+
15
+
Ability to configure monitors with Search Query Language based on Trace Spans index has been officially enabled for all customers. [Learn more](/docs/apm/traces/working-with-tracing-data/search-query-language-support-for-traces).
16
+
17
+
Additionally, we now also support:
18
+
*[Scheduled Searches](/docs/alerts/scheduled-searches) for Traces
19
+
*[Scheduled Views](/docs/manage/scheduled-views) for Traces
11
20
12
21
13
22
---
14
23
## September 22, 2022 (Security)
15
24
16
-
Collection
25
+
#### Collection
17
26
Update - Good news! We've increased the number of Cloud-to-Cloud Sources that customers with paid Sumo Logic subscriptions can have, from 20 to 50. For users of free accounts, the limit remains 20 Cloud-to-Cloud Sources. For more information, see [Cloud-to-Cloud Integration Framework](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework).
18
27
19
-
Metrics
28
+
#### Metrics
20
29
Update - We've updated the release note published on August 30, 2022, which incorrectly stated that the timeslice metrics operator had been released.
0 commit comments