Skip to content

Commit fc92e03

Browse files
authored
Added content for Dev Tools page (#94)
1 parent e1452d4 commit fc92e03

File tree

2 files changed

+38
-18
lines changed

2 files changed

+38
-18
lines changed

dev-tools/dev-tools.mdx

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
id: serverlessSecurityDevTools
3+
slug: /serverless/security/dev-tools
4+
title: Dev tools
5+
description: Interact with your data.
6+
tags: [ 'serverless', 'security', 'overview' ]
7+
status: in review
8+
---
9+
10+
import InReview from '../partials/in-review-notice.mdx'
11+
12+
<InReview />
13+
14+
Navigate to **Dev tools** for tools that you can use to interact with your data.
15+
16+
<DocTable
17+
columns={[
18+
{ width: "20%" },
19+
{ width: "80%" }
20+
]}
21+
>
22+
<DocRow>
23+
<DocCell>[**Console**](((kibana-ref))/console-kibana.html)</DocCell>
24+
<DocCell>Interact with the REST APIs of ((elastic-sec)), including sending requests and viewing API documentation.</DocCell>
25+
</DocRow>
26+
<DocRow>
27+
<DocCell>[**((searchprofiler))**](((kibana-ref))/xpack-profiler.html)</DocCell>
28+
<DocCell>Inspect and analyze your search queries.</DocCell>
29+
</DocRow>
30+
<DocRow>
31+
<DocCell>[**Grok Debugger**](((kibana-ref))/xpack-grokdebugger.html)</DocCell>
32+
<DocCell>Build and debug grok patterns before you use them in your data processing pipelines.</DocCell>
33+
</DocRow>
34+
<DocRow>
35+
<DocCell>[**Painless Lab**](((kibana-ref))/painlesslab.html)</DocCell>
36+
<DocCell><DocBadge template="beta" /> Test and debug Painless scripts in real-time.</DocCell>
37+
</DocRow>
38+
</DocTable>

dev-tools/developer-tools.mdx

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)