- Kibana Guide: other versions:
- Introduction
- Get started
- Set Up Kibana
- Discover
- Visualize
- Creating a Visualization
- Saving Visualizations
- Using rolled up data in a visualization
- Line, Area, and Bar charts
- Controls Visualization
- Data Table
- Markdown Widget
- Metric
- Goal and Gauge
- Pie Charts
- Coordinate Maps
- Region Maps
- Timelion
- TSVB
- Tag Clouds
- Heatmap Chart
- Vega Graphs
- Inspecting Visualizations
- Dashboard
- Canvas
- Graph data connections
- Machine learning
- Elastic Maps
- Code
- Infrastructure
- Logs
- APM
- Uptime
- SIEM
- Dev Tools
- Stack Monitoring
- Management
- Reporting from Kibana
- REST API
- Kibana plugins
- Limitations
- Release Highlights
- Breaking Changes
- Release Notes
- Developer guide
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Add Data Guide
editAdd Data Guide
editAdd Data
in the Kibana Home application contains tutorials for setting up data flows in the Elastic stack.
Each tutorial contains three sets of instructions:
-
On Premise.
Set up a data flow when both Kibana and Elasticsearch are running on premise. -
On Premise Elastic Cloud.
Set up a data flow when Kibana is running on premise and Elasticsearch is running on Elastic Cloud. -
Elastic Cloud.
Set up a data flow when both Kibana and Elasticsearch are running on Elastic Cloud.
Creating a new tutorial
edit- Create a new directory in the tutorials directory.
-
In the new directory, create a file called
index.js
that exports a function. The function must return a JavaScript object that conforms to the tutorial schema. -
Register the tutorial in register.js by calling
server.registerTutorial(myFuncImportedFromIndexJs)
. - Add image assets to the tutorial_resources directory.
- Run Kibana locally to preview the tutorial.
- Create a PR and go through the review process to get the changes approved.
Variables
editString values can contain variables that are substituted when rendered. Variables are specified by {}
.
For example: {config.docs.version}
is rendered as 6.2
when running the tutorial in Kibana 6.2.
Markdown
editString values can contain limited Markdown syntax.
On this page
Was this helpful?
Thank you for your feedback.