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: articles/data-explorer/ingest-data-streaming.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,9 @@ Use the classic (bulk) ingestion instead of streaming ingestion when the amount
36
36
37
37
1. In the [Web UI](https://dataexplorer.azure.com/), define [streaming ingestion policy](/azure/kusto/concepts/streamingingestionpolicy) on table(s) or database(s) that will receive streaming data.
38
38
39
-
> [!TIP]
40
-
> If the policy is defined at the database level, all tables in the database are enabled for streaming ingestion.
39
+
> [!NOTE]
40
+
> * If the policy is defined at the database level, all tables in the database are enabled for streaming ingestion.
41
+
> * The applied policy can reference only newly ingested data and not other tables in the database.
41
42
42
43
## Use streaming ingestion to ingest data to your cluster
0 commit comments