diff --git a/docs/ObservabilityPlayground-LandingPage.md b/docs/ObservabilityPlayground-LandingPage.md new file mode 100644 index 000000000..0534d0b15 --- /dev/null +++ b/docs/ObservabilityPlayground-LandingPage.md @@ -0,0 +1,36 @@ + +![](https://raw.githubusercontent.com/opensearch-project/.github/main/profile/banner.jpg) +# Observability + +### OpenSearch Dashboards + +Observability is collection of plugins and applications that let you visualize data-driven events by using Piped Processing Language to explore, discover, and query data stored in OpenSearch. +Your experience of exploring data might differ, but if you’re new to exploring data to create visualizations, we recommend trying a workflow like the following: + +1. Explore data within a certain timeframe using [Piped Processing Language](https://opensearch.org/docs/latest/search-plugins/sql/ppl/index). + +2. Use [event analytics](https://opensearch.org/docs/latest/observing-your-data/event-analytics) to turn data-driven events into visualizations. +![](https://opensearch.org/docs/latest/images/event-analytics.png) + +3. Create [operational panels](https://opensearch.org/docs/latest/observing-your-data/operational-panels) and add visualizations to compare data the way you like. +![](https://opensearch.org/docs/latest/images/operational-panel.png) + +4. Use [log analytics](https://opensearch.org/docs/latest/observing-your-data/event-analytics/) to transform unstructured log data. + +5. Use [trace analytics](https://opensearch.org/docs/latest/observing-your-data/trace/index) to create traces and dive deep into your data. +![](https://opensearch.org/docs/latest/images/observability-trace.png) + +6. Leverage [notebooks](https://opensearch.org/docs/latest/observing-your-data/notebooks) to combine different visualizations and code blocks that you can share with team members. +![](https://opensearch.org/docs/latest/images/notebooks.png) + +--- +7. OpenSearch OpenTelemetry [Demo Store Application](https://opentelemetry.io/ecosystem/demo/) hosted in our [Observability Demo playground](https://playground.opensearch.org/) + +- **_Demo Shop_** +![](https://opentelemetry.io/docs/demo/screenshots/frontend-1.png) + +- _**Trace Analytics**_ +![](img/trace_analytics.png) + +- **_Service Graph_** +![](img/service-graph.png) diff --git a/docs/img/service-graph.png b/docs/img/service-graph.png new file mode 100644 index 000000000..028c0aafa Binary files /dev/null and b/docs/img/service-graph.png differ diff --git a/docs/img/services.png b/docs/img/services.png new file mode 100644 index 000000000..753e298a8 Binary files /dev/null and b/docs/img/services.png differ diff --git a/docs/img/trace_analytics.png b/docs/img/trace_analytics.png new file mode 100644 index 000000000..9357a2b0f Binary files /dev/null and b/docs/img/trace_analytics.png differ