Skip to content

Commit cf353f5

Browse files
committed
u[date on transform.. and start on routing
1 parent f556503 commit cf353f5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

content/en/ninja-workshops/10-advanced-otel/7-transform-data/7-1-configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ This configuration extracts the `level` value from the log body, maps it to `sev
4545
- **Map Severity Text**: Assigns severity_text from the log’s level attribute.
4646
- **Assign Severity Numbers**: Converts severity levels into standardized numerical values.
4747

48-
This setup ensures that log severity is properly extracted, standardized, and structured for efficient processing.
48+
You should have a **SINGLE** `transform` processor containing two context blocks: one for `resource` and one for `log`.
49+
50+
This configuration ensures that log severity is correctly extracted, standardized, and structured for efficient processing.
4951

5052
{{% notice title="Tip" style="primary" icon="lightbulb" %}}
5153
This method of mapping all JSON fields to top-level attributes should only be used for **testing and debugging OTTL**. It will result in high cardinality in a production scenario.

content/en/ninja-workshops/10-advanced-otel/7-transform-data/7-3-test-transform.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,3 @@ This ensures proper metadata filtering, severity mapping, and structured log enr
225225

226226
{{% /notice %}}
227227

228-
Stop the **Agent** and **Gateway** using `Ctrl-C`.

content/en/ninja-workshops/10-advanced-otel/8-routing-data/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ WORKSHOP
3131
├── 6-sensitive-data
3232
├── 7-transform-data
3333
├── 8-routing
34+
│ ├───checkpoint-dir
3435
│ ├── agent.yaml
3536
│ ├── health.json
3637
│ ├── gateway.yaml

0 commit comments

Comments
 (0)