-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35a2ad7
commit 11c7a75
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
id: serverlessElasticsearchDevTools | ||
slug: /serverless/elasticsearch/dev-tools | ||
title: Developer tools | ||
description: Elastic tools for developers. | ||
tags: [ 'serverless', 'elasticsearch', 'overview' ] | ||
--- | ||
|
||
<DocBadge template="technical preview" /> | ||
## Developer tools | ||
|
||
A number of developer tools are available in your project's UI under the **Dev Tools** section. | ||
|
||
- <DocLink id="serverlessDevtoolsRunApiRequestsInTheConsole" text="Console"/>: Make API calls to your Elasticsearch instance using the Query DSL and view the responses. | ||
- <DocLink id="serverlessDevtoolsProfileQueriesAndAggregations" text="Search Profiler"/>: Inspect and analyze your search queries to identify performance bottlenecks. | ||
- <DocLink id="serverlessDevtoolsDebugGrokExpressions" text="Grok Debugger" />>: Build and debug grok patterns before you use them in your data processing pipelines. | ||
|
||
|
||
{/* ## Troubleshooting */} | ||
|
||
{/* - <DocLink id="serverlessDevtools" text="Troubleshooting"/>: Debug your searches using various Elasticsearch APIs. */} |
File renamed without changes.