File tree Expand file tree Collapse file tree 2 files changed +38
-18
lines changed Expand file tree Collapse file tree 2 files changed +38
-18
lines changed Original file line number Diff line number Diff line change 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 >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments