Skip to content

Commit 4474ba8

Browse files
authored
Remove info about editing json from UI
1 parent 1a7d888 commit 4474ba8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/sentinel/cef-syslog-ama-overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,12 @@ To avoid this scenario, use one of these methods:
9999

100100
To see an example of how to arrange a DCR to ingest both Syslog and CEF messages from the same agent, go to [Syslog and CEF streams in the same DCR](connect-cef-syslog-ama.md?tabs=api#syslog-and-cef-streams-in-the-same-dcr).
101101

102-
- **If changing the facility for the source appliance isn't applicable**: After you create the DCR, add ingestion time transformation to filter out CEF messages from the Syslog stream to avoid duplication. On the DCR in the Azure portal, select **Export template** > **Edit template**. Add KQL transformation to filter out CEF messages similar to the following example:
102+
- **If changing the facility for the source appliance isn't applicable**: After you create the DCR, add ingestion time transformation to filter out CEF messages from the Syslog stream to avoid duplication. See [Tutorial: Edit a data collection rule (DCR)](../azure-monitor/essentials/data-collection-rule-edit.md). Add KQL transformation similar to the following example:
103103

104104
```json
105105
"transformKql": " source\n | where ProcessName !contains \"CEF\"\n"
106106
```
107-
For more information, see [Tutorial: Edit a data collection rule (DCR)](../azure-monitor/essentials/data-collection-rule-edit.md).
108-
107+
109108
## Next steps
110109

111110
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)