|
1 |
| -### YamlMime:YamlDocument |
2 |
| -documentType: LandingData |
3 |
| -title: Azure Data Explorer Documentation |
| 1 | +### YamlMime:Landing |
| 2 | + |
| 3 | +title: Azure Data Explorer documentation |
| 4 | +summary: Azure Data Explorer is a fast, fully managed data analytics service for real-time analysis on large volumes of data streaming from applications, websites, IoT devices, and more. You can use Azure Data Explorer to collect, store, and analyze diverse data to improve products, enhance customer experiences, monitor devices, and boost operations. |
| 5 | + |
4 | 6 | metadata:
|
5 |
| - title: 'Azure Data Explorer quickstarts, tutorials, query language & API docs' |
| 7 | + title: Azure Data Explorer documentation |
6 | 8 | description: Azure Data Explorer is a log analytics cloud platform optimized for ad-hoc big data queries.
|
7 |
| - author: orspod |
8 |
| - ms.author: orspodek |
9 | 9 | ms.service: data-explorer
|
10 | 10 | ms.topic: landing-page
|
11 |
| - ms.date: 03/24/2019 |
12 |
| -abstract: |
13 |
| - description: <p>Azure Data Explorer is a fast, fully managed data analytics service for real-time analysis on large volumes of data streaming from applications, websites, IoT devices, and more. You can use Azure Data Explorer to collect, store, and analyze diverse data to improve products, enhance customer experiences, monitor devices, and boost operations.</p><p>Learn how to use Azure Data Explorer with our quickstarts, tutorials, and reference content.</p> |
14 |
| - aside: |
15 |
| - image: |
16 |
| - alt: |
17 |
| - height: 110 |
18 |
| - src: media/index/video.png |
19 |
| - width: 250 |
20 |
| - title: What is Azure Data Explorer? (19:47) |
21 |
| - href: https://youtu.be/D_AJk2lAepw |
22 |
| - width: 250 |
| 11 | + author: orspod |
| 12 | + ms.author: orspodek |
| 13 | + ms.date: 03/19/2020 |
| 14 | + |
| 15 | +# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new |
| 16 | + |
| 17 | +landingContent: |
| 18 | + # Card |
| 19 | + - title: About Azure Data Explorer |
| 20 | + linkLists: |
| 21 | + - linkListType: overview |
| 22 | + links: |
| 23 | + - text: What is Azure Data Explorer? |
| 24 | + url: data-explorer-overview.md |
| 25 | + - linkListType: video |
| 26 | + links: |
| 27 | + - text: What is Azure Data Explorer? (19:47) |
| 28 | + url: https://youtu.be/D_AJk2lAepw |
| 29 | + - text: "Pluralsight: Kusto Query Language (KQL) from Scratch" |
| 30 | + url: https://www.pluralsight.com/courses/kusto-query-language-kql-from-scratch |
| 31 | + |
| 32 | + # Card |
| 33 | + - title: Create cluster and database |
| 34 | + linkLists: |
| 35 | + - linkListType: quickstart |
| 36 | + links: |
| 37 | + - text: Create a cluster and database |
| 38 | + url: create-cluster-database-portal.md |
| 39 | + - linkListType: how-to-guide |
| 40 | + links: |
| 41 | + - text: Python |
| 42 | + url: create-cluster-database-python.md |
| 43 | + - text: Azure Resource Manager template |
| 44 | + url: create-cluster-database-resource-manager.md |
| 45 | + - text: C# |
| 46 | + url: create-cluster-database-csharp.md |
| 47 | + - text: PowerShell |
| 48 | + url: create-cluster-database-powershell.md |
| 49 | + - text: Azure CLI |
| 50 | + url: create-cluster-database-cli.md |
| 51 | + |
| 52 | + # Card |
| 53 | + - title: Ingest data into Azure Data Explorer |
| 54 | + linkLists: |
| 55 | + - linkListType: concept |
| 56 | + links: |
| 57 | + - text: Data ingestion overview |
| 58 | + url: ingest-data-overview.md |
| 59 | + - linkListType: quickstart |
| 60 | + links: |
| 61 | + - text: Ingest sample data |
| 62 | + url: ingest-sample-data.md |
| 63 | + - linkListType: how-to-guide |
| 64 | + links: |
| 65 | + - text: One-click ingestion |
| 66 | + url: ingest-data-one-click.md |
| 67 | + - text: Streaming ingestion |
| 68 | + url: ingest-data-streaming.md |
| 69 | + - text: Python |
| 70 | + url: python-ingest-data.md |
| 71 | + - text: Event Hub using Azure portal |
| 72 | + url: ingest-data-event-hub.md |
| 73 | + - text: Event Grid using Azure portal |
| 74 | + url: ingest-data-event-grid.md |
| 75 | + - text: Install and use LightIngest |
| 76 | + url: lightingest.md |
| 77 | + |
| 78 | + # Card |
| 79 | + - title: Query data |
| 80 | + linkLists: |
| 81 | + - linkListType: quickstart |
| 82 | + links: |
| 83 | + - text: Query data with the Web UI |
| 84 | + url: web-query-data.md |
| 85 | + - linkListType: tutorial |
| 86 | + links: |
| 87 | + - text: Write KQL queries |
| 88 | + url: write-queries.md |
| 89 | + - linkListType: how-to-guide |
| 90 | + links: |
| 91 | + - text: Query data in Azure Data Lake |
| 92 | + url: data-lake-query-data.md |
| 93 | + - text: Query data using Python |
| 94 | + url: python-query-data.md |
| 95 | + - text: Time series analysis |
| 96 | + url: time-series-analysis.md |
| 97 | + - linkListType: reference |
| 98 | + links: |
| 99 | + - text: KQL quick reference |
| 100 | + url: kql-quick-reference.md |
| 101 | + - text: Kusto Query Language |
| 102 | + url: https://docs.microsoft.com/azure/kusto/query/ |
| 103 | + |
| 104 | + # Card |
| 105 | + - title: Visualize data |
| 106 | + linkLists: |
| 107 | + - linkListType: concept |
| 108 | + links: |
| 109 | + - text: Data visualization overview |
| 110 | + url: viz-overview.md |
| 111 | + - linkListType: how-to-guide |
| 112 | + links: |
| 113 | + - text: Power BI connector |
| 114 | + url: power-bi-connector.md |
| 115 | + - text: Grafana |
| 116 | + url: grafana.md |
| 117 | + - text: ODBC connector |
| 118 | + url: connect-odbc.md |
| 119 | + - text: Tableau |
| 120 | + url: tableau.md |
| 121 | + - text: Kibana (K2Bridge connector) |
| 122 | + url: k2bridge.md |
| 123 | + - text: Redash |
| 124 | + url: redash.md |
| 125 | + - text: Sisense |
| 126 | + url: sisense.md |
| 127 | + |
| 128 | + # Card |
| 129 | + - title: Integrate with other tools |
| 130 | + linkLists: |
| 131 | + - linkListType: how-to-guide |
| 132 | + links: |
| 133 | + - text: Integration with Data Factory |
| 134 | + url: data-factory-integration.md |
| 135 | + - text: Apache Spark connector |
| 136 | + url: spark-connector.md |
| 137 | + - text: Microsoft Flow connector |
| 138 | + url: flow.md |
| 139 | + - text: Azure DevOps |
| 140 | + url: devops.md |
| 141 | + |
| 142 | + # Card |
| 143 | + - title: Manage and monitor resources and data |
| 144 | + linkLists: |
| 145 | + - linkListType: how-to-guide |
| 146 | + links: |
| 147 | + - text: Manage cluster horizontal scaling |
| 148 | + url: manage-cluster-horizontal-scaling.md |
| 149 | + - text: Manage cluster vertical scaling |
| 150 | + url: manage-cluster-vertical-scaling.md |
| 151 | + - text: Follower databases |
| 152 | + url: follower.md |
| 153 | + - text: Manage database permissions |
| 154 | + url: manage-database-permissions.md |
| 155 | + - text: Use metrics to monitor cluster health |
| 156 | + url: using-metrics.md |
| 157 | + - text: Use diagnostic logs to monitor ingestion |
| 158 | + url: using-diagnostic-logs.md |
23 | 159 |
|
24 |
| -sections: |
25 |
| -- title: 5-Minute Quickstarts |
26 |
| - items: |
27 |
| - - type: paragraph |
28 |
| - text: 'Learn how to provision and use Azure Data Explorer:' |
29 |
| - - type: list |
30 |
| - style: icon48 |
31 |
| - items: |
32 |
| - - image: |
33 |
| - src: /azure/data-explorer/media/index/portal.svg |
34 |
| - text: Create a cluster and database |
35 |
| - href: /azure/data-explorer/create-cluster-database-portal |
36 |
| - - image: |
37 |
| - src: /azure/data-explorer/media/index/portal.svg |
38 |
| - text: Ingest streaming data from Event Hubs |
39 |
| - href: /azure/data-explorer/ingest-data-event-hub |
40 |
| - - image: |
41 |
| - src: /azure/data-explorer/media/index/portal.svg |
42 |
| - text: Query data with the web UI |
43 |
| - href: /azure/data-explorer/web-query-data |
44 |
| - - image: |
45 |
| - src: /azure/data-explorer/media/index/logo-python.svg |
46 |
| - text: Ingest queued data with Python |
47 |
| - href: /azure/data-explorer/python-ingest-data |
48 |
| - - image: |
49 |
| - src: /azure/data-explorer/media/index/logo-python.svg |
50 |
| - text: Query data with Python |
51 |
| - href: /azure/data-explorer/python-query-data |
52 |
| -- title: Step-by-Step Tutorials |
53 |
| - items: |
54 |
| - - type: paragraph |
55 |
| - text: 'Learn how to build end-to-end solutions:' |
56 |
| - - type: list |
57 |
| - style: unordered |
58 |
| - items: |
59 |
| - - html: <a href="/azure/data-explorer/visualize-power-bi">Visualize data from Azure Data Explorer in Power BI</a> |
60 |
| -- title: Free Pluralsight Video Training |
61 |
| - items: |
62 |
| - - type: list |
63 |
| - style: cards |
64 |
| - className: cardsFTitle |
65 |
| - items: |
66 |
| - - title: Query language for Azure Data Explorer |
67 |
| - href: https://app.pluralsight.com/library/courses/kusto-query-language-kql-from-scratch |
68 |
| - image: |
69 |
| - src: /azure/data-explorer/media/index/logo-pluralsight.svg |
70 |
| - href: https://app.pluralsight.com/library/courses/kusto-query-language-kql-from-scratch |
71 |
| -- title: Reference |
72 |
| - items: |
73 |
| - - type: list |
74 |
| - style: cards |
75 |
| - className: cardsD |
76 |
| - items: |
77 |
| - - title: Languages and API |
78 |
| - html: <p><a href="https://aka.ms/kustolangref">Query language, management commands, and APIs</a> |
| 160 | + # Card |
| 161 | + - title: Reference |
| 162 | + linkLists: |
| 163 | + - linkListType: reference |
| 164 | + links: |
| 165 | + - text: Management commands |
| 166 | + url: https://docs.microsoft.com/azure/kusto/management/ |
| 167 | + - text: Azure Data Explorer API |
| 168 | + url: https://docs.microsoft.com/azure/kusto/api/ |
0 commit comments