From 16e16716bf5c9c55f90df5c8ee975c28a68f6154 Mon Sep 17 00:00:00 2001 From: YPR Date: Wed, 6 Mar 2024 20:15:06 +0100 Subject: [PATCH] added info about mapping elastic indices --- docs/rum/kibana.mdx | 4 ++-- docs/rum/releases.mdx | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/rum/kibana.mdx b/docs/rum/kibana.mdx index b00a4ba..a4fe787 100644 --- a/docs/rum/kibana.mdx +++ b/docs/rum/kibana.mdx @@ -205,8 +205,6 @@ This mini graphs aggregate fields from the `c.rum.metrics-*`, `c.rum.entries-*` If you wish, you can use our prepared visualizations that are stored within the Docker image with the [RUM Server](./rumServer). These can simply be exported for use. However, if you prefer, you have the option to create your own visualizations instead. ```bash title="Get Kibana visualizations and dashboard" - -```bash title="Get visualizations" docker run --rm -it --entrypoint /bin/mv -v $(pwd):/kibana quay.io/canarytrace/rum:latest /opt/canary-rum/kibana/ /kibana/ ``` @@ -227,6 +225,8 @@ Let's go step by step: 3). To import Visualizations and Dashboards, go to your Kibana Menu > Stack Management > Saved Objects. Import the visualizations first and then the dashboard. +Optionally, you can import the index mapping for `c.rum.entries` and `c.rum.metrics`. Examples are in the same directory as the visualizations and dashboard. + import FeedbackFooter from '../../src/components/FeedbackFooter'; \ No newline at end of file diff --git a/docs/rum/releases.mdx b/docs/rum/releases.mdx index da247c8..20f4e0d 100644 --- a/docs/rum/releases.mdx +++ b/docs/rum/releases.mdx @@ -18,10 +18,8 @@ tags: ## Releases - - -### 2.9.3 -Download: `docker pull quay.io/canarytrace/rum:2.9.3` +### 2.10.1 +Download: `docker pull quay.io/canarytrace/rum:2.10.1` 🚀 New Features - Canarytrace RUM now collects the [WebRTC metrics](./rumClient#webrtc).