Skip to content

Commit bf4f82f

Browse files
authored
Merge pull request #18984 from i3arnon/patch-1
Unindent unintentional indentation
2 parents 69c4c13 + a1b80a3 commit bf4f82f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-explorer/node-ingest-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ kustoClient.execute(kustoDatabse, query, (err, results) => {
146146
Sign in to [https://dataexplorer.azure.com](https://dataexplorer.azure.com) and connect to your cluster. Run the following command in your database to see if there were any ingestion failures in the last four hours. Replace the database name before running.
147147

148148
```Kusto
149-
.show ingestion failures
150-
| where FailedOn > ago(4h) and Database == "<DatabaseName>"
149+
.show ingestion failures
150+
| where FailedOn > ago(4h) and Database == "<DatabaseName>"
151151
```
152152

153153
Run the following command to view the status of all ingestion operations in the last four hours. Replace the database name before running.
@@ -169,4 +169,4 @@ If you plan to follow our other quickstarts and tutorials, keep the resources yo
169169
## Next steps
170170

171171
> [!div class="nextstepaction"]
172-
> [Write queries](write-queries.md)
172+
> [Write queries](write-queries.md)

0 commit comments

Comments
 (0)