Skip to content

Commit c5c965a

Browse files
mweitzeltothmano
andauthored
Update Render docs (#95)
Co-authored-by: Mano Toth <mano@axiom.co> Co-authored-by: Mano Toth <71388581+tothmano@users.noreply.github.com>
1 parent 6feb952 commit c5c965a

File tree

7 files changed

+16
-35
lines changed

7 files changed

+16
-35
lines changed
-282 KB
Binary file not shown.
Binary file not shown.

doc-assets/shots/render-install.png

-424 KB
Binary file not shown.
-215 KB
Binary file not shown.

send-data/render.mdx

Lines changed: 14 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,28 @@
11
---
2-
title: 'Send Render logs to Axiom'
3-
description: 'Learn how to monitor the behavior of your websites and apps, and capture data about the status and performance of your websites and apps.'
2+
title: 'Send logs from Render to Axiom'
3+
description: 'This page explains how to send logs from Render to Axiom.'
44
sidebarTitle: Render
55
tags:
66
['axiom documentation', 'documentation', 'axiom', 'guide', 'render', 'render logs', 'syslog endpoint', 'render log stream']
77
---
88

9-
Render is a unified cloud to build and run all your apps and websites with free TLS certificates, a global CDN, DDoS protection, private networks, and auto deploys from Git.
9+
import SetUpEndpoint from "/snippets/set-up-endpoint-no-heading.mdx"
10+
import Prerequisites from "/snippets/standard-prerequisites.mdx"
1011

11-
Axiom provides complete visibility into your Render projects, allowing you to monitor the behavior of your websites and apps. Axiom’s Syslog Endpoint integration uses Render’s log stream to capture data about the status and performance of your websites and apps.
12+
Render is a unified cloud to build and run all your apps and websites. Axiom provides complete visibility into your Render projects, allowing you to monitor the behavior of your websites and apps.
1213

13-
## Prerequisites
14+
<Prerequisites />
15+
{/* list separator */}
16+
- [Create an account on Render](https://dashboard.render.com/login).
1417

15-
- Create and sign in to your account on [Render](https://dashboard.render.com/)
16-
- Sign up or log in to your account on [Axiom](https://app.axiom.co/)
17-
- In Axiom, create a [dataset](/reference/datasets) and an [API token](/reference/tokens) with ingest permissions.
18+
## Setup
1819

19-
## Installation
20+
### Create endpoint in Axiom
2021

21-
- In Axiom, select **Endpoints** and create a new **Endpoint** with the **Secure Syslog** Service on the dataset you created.
22+
<SetUpEndpoint endpointName="Secure Syslog" />
2223

23-
<Frame caption="Render Installation">
24-
<img src="/doc-assets/shots/render-install.png" alt="Render Installation" />
25-
</Frame>
24+
### Create log stream in Render
2625

27-
- When you create your Endpoint service, the endpoint is in the following format `tcp+tls://pokloi5io9y4b.syslog.axiom.co:6514`
26+
In Render, create a log stream. For more information, see the [Render documentation](https://docs.render.com/log-streams). As the log endpoint, use the target URL generated in Axiom in the procedure above.
2827

29-
## Configuration
30-
31-
- Create and connect to your app on Render. Your app can be a static site, web service, Redis, or background worker.
32-
33-
<Frame caption="Render Configuration">
34-
<img src="/doc-assets/shots/render-configuration-service.png" alt="Render Configuration" />
35-
</Frame>
36-
37-
- Next, select Log Streams in your account settings on Render and add the log endpoint created during [installation](/send-data/render#installation).
38-
39-
<Frame caption="Render Configuration Stream">
40-
<img src="/doc-assets/shots/render-log-stream.png" alt="Render Configuration Stream" />
41-
</Frame>
42-
43-
- Back in your dataset, you see your logs coming in from Render in your dataset so you can get insights into your website requests and identify potential bottlenecks in any app hosted on Render.
44-
45-
<Frame caption="Axiom Render Service">
46-
<img src="/doc-assets/shots/render-axiom-analytics.png" alt="Axiom Render Service" />
47-
</Frame>
28+
Back in your Axiom dataset, you see logs coming from Render.

snippets/set-up-endpoint-no-heading.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
3. Click **{endpointName}**.
44
4. Name the endpoint.
55
5. Select the dataset where you want to send data.
6-
6. Copy the URL displayed for the newly created endpoint. This is the target URL where {endpointName} sends data.
6+
6. Copy the URL displayed for the newly created endpoint. This is the target URL where you send the data.

snippets/set-up-endpoint.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
3. Click **{endpointName}**.
66
4. Name the endpoint.
77
5. Select the dataset where you want to send data.
8-
6. Copy the URL displayed for the newly created endpoint. This is the target URL where {endpointName} sends data.
8+
6. Copy the URL displayed for the newly created endpoint. This is the target URL where you send the data.

0 commit comments

Comments
 (0)