Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
v-regandowner authored Oct 16, 2024
1 parent 14771be commit d7c6e1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The input stream section of a DCR defines the incoming data that's being collect
| `dataSources` | Known type of data. This is often data processed by Azure Monitor agent and delivered to Azure Monitor using a known data type. |
| `streamDeclarations` | Custom data that needs to be defined in the DCR. |

Data sent from the Logs ingestion API uses a `streamDeclaration` with the schema of the incoming data. This is because the the API sends custom data that can have any schema.
Data sent from the Logs ingestion API uses a `streamDeclaration` with the schema of the incoming data. This is because the API sends custom data that can have any schema.

Text logs from AMA are an example of data collection that requires both `dataSources` and `streamDeclarations`. The data source includes the configuration

Expand Down

0 comments on commit d7c6e1c

Please sign in to comment.