Skip to content

Commit

Permalink
Move pages (#2425)
Browse files Browse the repository at this point in the history
Moved pages for doc site restructure.
Signed-off-by: vagimeli <[email protected]>
  • Loading branch information
vagimeli authored Jan 18, 2023
1 parent 0cdba2b commit 972d0f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions _dashboards/gantt.md → _dashboards/visualize/gantt.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
layout: default
title: Gantt charts
title: Using Gantt charts
parent: Visualization types
grand_parent: Visualize
nav_order: 60
redirect_from:
- /dashboards/gantt/
---

# Gantt charts
Expand All @@ -15,7 +19,7 @@ To create a Gantt chart, perform the following steps:
1. In the visualizations menu, choose **Create visualization** and **Gantt Chart**.
1. Choose a source for the chart (e.g. some log data).
1. Under **Metrics**, choose **Event**. For log data, each log is an event.
1. Select the **Start Time** and **Duration** fields from your data set. The start time is the timestamp for the begining of an event. The duration is the amount of time to add to the start time.
1. Select the **Start Time** and **Duration** fields from your data set. The start time is the timestamp for the beginning of an event. The duration is the amount of time to add to the start time.
1. Under **Results**, choose the number of events to display on the chart. Gantt charts sequence events from earliest to latest based on start time.
1. Choose **Panel settings** to adjust axis labels, time format, and colors.
1. Choose **Update**.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
layout: default
title: VisBuilder
title: Using VisBuilder
parent: Visualization types
grand_parent: Visualize
nav_order: 50
redirect_from:
- /dashboards/drag-drop-wizard/
---

# VisBuilder
# Using VisBuilder

VisBuilder is an experimental feature and shouldn't be used in a production environment. For updates on its progress, or if you want to leave feedback that helps improve the feature, see the [GitHub issue](https://github.com/opensearch-project/OpenSearch-Dashboards/issues/2280).
{: .warning}
Expand Down

0 comments on commit 972d0f0

Please sign in to comment.