Skip to content

Commit 3c23a62

Browse files
added links for Microsoft Fabric Real Time Analytics (#1372)
* added links for fabric Signed-off-by: Tanmaya Panda <[email protected]> * modified the doc to suit fabric Signed-off-by: Tanmaya Panda <[email protected]> --------- Signed-off-by: Tanmaya Panda <[email protected]>
1 parent 67806cc commit 3c23a62

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.gitbook.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ redirects:
5757
output/cloudwatch: ./pipeline/outputs/cloudwatch.md
5858
output/datadog: ./pipeline/outputs/datadog.md
5959
output/es: ./pipeline/outputs/elasticsearch.md
60+
output/fabric: ./pipeline/outputs/azure_kusto.md
6061
output/file: ./pipeline/outputs/file.md
6162
output/firehose: ./pipeline/outputs/firehose.md
6263
output/flowcounter: ./pipeline/outputs/flowcounter.md

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
* [Kafka REST Proxy](pipeline/outputs/kafka-rest-proxy.md)
180180
* [LogDNA](pipeline/outputs/logdna.md)
181181
* [Loki](pipeline/outputs/loki.md)
182+
* [Microsoft Fabric](pipeline/outputs/azure\_kusto.md)
182183
* [NATS](pipeline/outputs/nats.md)
183184
* [New Relic](pipeline/outputs/new-relic.md)
184185
* [NULL](pipeline/outputs/null.md)

pipeline/outputs/azure_kusto.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,23 @@ description: Send logs to Azure Data Explorer (Kusto)
44

55
# Azure Data Explorer (Kusto)
66

7-
The Kusto output plugin allows to ingest your logs into an [Azure Data Explorer](https://azure.microsoft.com/en-us/services/data-explorer/) cluster, via the [Queued Ingestion](https://docs.microsoft.com/en-us/azure/data-explorer/kusto/api/netfx/about-kusto-ingest#queued-ingestion) mechanism.
7+
The Kusto output plugin allows to ingest your logs into an [Azure Data Explorer](https://azure.microsoft.com/en-us/services/data-explorer/) cluster, via the [Queued Ingestion](https://docs.microsoft.com/en-us/azure/data-explorer/kusto/api/netfx/about-kusto-ingest#queued-ingestion) mechanism. This output plugin can also be used to ingest logs into an [Eventhouse](https://blog.fabric.microsoft.com/en-us/blog/eventhouse-overview-handling-real-time-data-with-microsoft-fabric/) cluster in Microsoft Fabric Real Time Analytics.
88

9-
## Creating a Kusto Cluster and Database
9+
## For ingesting into Azure Data Explorer: Creating a Kusto Cluster and Database
1010

1111
You can create an Azure Data Explorer cluster in one of the following ways:
1212

1313
- [Create a free-tier cluster](https://dataexplorer.azure.com/freecluster)
1414
- [Create a fully-featured cluster](https://docs.microsoft.com/en-us/azure/data-explorer/create-cluster-database-portal)
1515

16+
## For ingesting into Microsoft Fabric Real Time Analytics : Creating an Eventhouse Cluster and KQL Database
17+
18+
You can create an Eventhouse cluster and a KQL database follow the following steps:
19+
20+
- [Create an Eventhouse cluster](https://docs.microsoft.com/en-us/azure/data-explorer/eventhouse/create-eventhouse-cluster)
21+
- [Create a KQL database](https://docs.microsoft.com/en-us/azure/data-explorer/eventhouse/create-database)
22+
23+
1624
## Creating an Azure Registered Application
1725

1826
Fluent-Bit will use the application's credentials, to ingest data into your cluster.

0 commit comments

Comments
 (0)