Skip to content

Commit e088727

Browse files
committed
fix
1 parent 15c797a commit e088727

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

articles/azure-monitor/containers/container-insights-cost.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,8 @@ After you've chosen an appropriate cost preset, you can filter additional data u
6363

6464
For example, you may choose to filter container logs based on the log level in ContainerLogV2. You could add a transformation to your Container insights DCR that would perform the functionality in the following diagram. In this example, only `error` and `critical` level events are collected, while any other events are ignored.
6565

66-
:::image type="content" source="media/container-insights-cost/transformation-sample.png" lightbox="media/container-insights-cost/transformation-sample.png" alt-text="Diagram that shows filtering container logs using a transformation." border="false":::
67-
6866
An alternate strategy would be to save the less important events to a separate table configured for basic logs. The events would still be available for troubleshooting, but with a significant cost savings for data ingestion.
6967

70-
:::image type="content" source="media/container-insights-cost/transformation-sample-basic-logs.png" lightbox="media/container-insights-cost/transformation-sample-basic-logs.png" alt-text="Diagram that shows filtering container logs using a transformation that sends some data to analytics table and other data to basic logs." border="false":::
71-
7268
See [Data transformations in Container insights](./container-insights-transformations.md) for details on adding a transformation to your Container insights DCR including sample DCRs using transformations.
7369

7470
## Configure pricing tiers

articles/azure-monitor/containers/container-insights-transformations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The sample below shows the `dataFlows` section for a single stream with a transf
7575
]
7676
```
7777

78-
## Examples
78+
## Sample DCRs
7979

8080

8181
### Filter data

0 commit comments

Comments
 (0)