Skip to content

Commit

Permalink
added info about mapping elastic indices
Browse files Browse the repository at this point in the history
  • Loading branch information
YPR committed Mar 6, 2024
1 parent 7b0720e commit 16e1671
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/rum/kibana.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/
```

Expand All @@ -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';

<FeedbackFooter />
6 changes: 2 additions & 4 deletions docs/rum/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 16e1671

Please sign in to comment.