Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 107 additions & 0 deletions content/docs/en/activitylog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
---
sidebar_label: Activity Log
sidebar_position: 14
---

import Zoom from 'react-medium-image-zoom';
import 'react-medium-image-zoom/dist/styles.css';

# Activity Log

The Activity Log provides a complete audit trail of all actions performed by users on the platform. It records every create, update, and delete operation across all resources, allowing you to track who did what and when.

## FAQs

<details>
<summary>
### What actions are recorded in the Activity Log?
</summary>
The Activity Log records all three types of operations performed on platform
resources:
- **Create** — A new resource was created.
- **Update** — An existing resource was modified.
- **Delete** — A resource was deleted.
</details>

<details>
<summary>
### What resources are tracked?
</summary>
The Activity Log tracks actions on all major platform resources, including:
- Clusters
- Projects
- Environments
- Services
- Jobs
- Deployments
- Dependencies
- Variable Groups
- Domains
- Node Pools
- Volumes
- Providers
- Users
</details>

<details>
<summary>
### Can I navigate to the resource from the Activity Log?
</summary>
Yes. Clicking on the resource icon in the **Name** column takes you directly
to that resource's detail page. If the resource has been deleted, the link is
disabled and navigation is not available.
</details>

<details>
<summary>
### Can I filter the Activity Log?
</summary>
Yes. You can filter by user, action type (Create, Update, Delete), resource
type, and date range. See the [Filtering the Activity
Log](#filtering-the-activity-log) section for details.
</details>

## Accessing the Activity Log

A summary of the most recent platform activity is visible on the main Dashboard as the **Last Activity** card. It shows the last actions. Click **View all** at the bottom of the card to open the full Activity Log page.

<Zoom overlayBgColorEnd='rgba(255, 255, 255, 0.8)'>
<img
src='/img/activitylog/activitylog-dashboard-card.png'
alt='activitylog-dashboard-card'
/>
</Zoom>

## Understanding the Activity Log Table

The table displays four columns:

| **Column** | **Description** |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Name** | The name of the affected resource, along with an icon representing its type and the account it belongs to. Click the icon to navigate to the resource (unavailable for deleted resources). |
| **Action** | A badge showing the type of operation: **Create**, **Update**, or **Delete**. |
| **Created At** | The relative time when the action occurred. Hover over it to see the full date and time. |
| **User** | The full name of the user who performed the action. |

<Zoom overlayBgColorEnd='rgba(255, 255, 255, 0.8)'>
<img src='/img/activitylog/activitylog-table.png' alt='activitylog-table' />
</Zoom>

## Filtering the Activity Log

Use the search input and filter bar at the top of the page to narrow down the results. Filters can be combined.

<Zoom overlayBgColorEnd='rgba(255, 255, 255, 0.8)'>
<img
src='/img/activitylog/activitylog-filters.png'
alt='activitylog-filters'
/>
</Zoom>

| **Filter** | **Description** |
| -------------- | --------------------------------------------------------------------------------------- |
| **Search** | Free-text search by resource name or action type. |
| **User** | Show only activities performed by a specific user. |
| **Action** | Show only Create, Update, or Delete actions. |
| **Type** | Show only activities for a specific resource type (e.g., Cluster, Service, Deployment). |
| **Date Range** | Show only activities within a specific time period. |
11 changes: 11 additions & 0 deletions content/docs/en/image-test.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Image test
sidebar_label: image test
sidebar_position: 9
---

![test](../image-test/download.jpeg "test")

![image2](../image-test/download%20%281%29.jpeg "image2")

testting
Binary file added content/docs/en/image-test/download (1).jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/docs/en/image-test/download.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion content/docs/en/provider/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In order to provide you with a clear view of your AWS cost and resources, SleakO

### 1. Navigate to the providers section

Into the *Left Pane*, access the *Setting* option and then *Providers* and then, at the top right corner, click on the *Create* button.
Into the *Left Panel*, access the *Settings* option, then *Providers* and lastly, at the top right corner, click on the *Create* button.

<Zoom overlayBgColorEnd="rgba(255, 255, 255, 0.8)">
<img
Expand Down Expand Up @@ -86,6 +86,8 @@ This process will take a few minutes.
/>
</Zoom>

After the process is completed, you will be redirected to the dashboard.

### 5. Learn about the infrastructure architecture created by SleakOps for you.

In order to understand what was created on your AWS, please see [Accounts](/docs/provider/accounts).
Expand Down
99 changes: 99 additions & 0 deletions content/docs/en/subscribe-using-aws.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
---
title: Subscribe using AWS
sidebar_label: Subscribe using AWS
sidebar_position: 15
---

import Zoom from 'react-medium-image-zoom';
import 'react-medium-image-zoom/dist/styles.css';

# How to subscribe to SleakOps using AWS

:::warning

Follow this guide if you already have an account on SleakOps and it is not linked to your subscription on AWS.

:::

Welcome to our guide on how to subscribe to SleakOps using AWS. This step-by-step tutorial will provide you with all the necessary information and instructions you need to successfully subscribe and start enjoying the benefits of SleakOps through your AWS account.

## Steps

### 1. Log into SleakOps

Log into SleakOps using an **Admin** account.

### 2. Go to Settings > Subscription

From the left menu, access the **Settings** option at the bottom, and then select the **Subscription** option.

<Zoom overlayBgColorEnd="rgba(255, 255, 255, 0.8)">
<img
src={require("./subscribe-using-aws/settings-menu.png").default}
alt="Settings Menu" width="250"
/>
</Zoom>

<Zoom overlayBgColorEnd="rgba(255, 255, 255, 0.8)">
<img
src={require("./subscribe-using-aws/subscription-menu.png").default}
alt="Subscription Menu Item" width="250"
/>
</Zoom>

### 3. Click on AWS Marketplace Linking

Once the section is open, look for the **AWS Marketplace Linking** button and click on it. This action will redirect you to the SleakOps product overview in AWS.

<Zoom overlayBgColorEnd="rgba(255, 255, 255, 0.8)">
<img
src={require("./subscribe-using-aws/aws-marketplace-linking.png").default}
alt="AWS Marketplace Linking button"
/>
</Zoom>

### 4. Complete the payment

Click on the **Pricing** menu and complete the payment with the **Auto Renew** option selected. Currently, SleakOps only allows monthly payments. We are working on providing different options based on payment frequency.

<Zoom overlayBgColorEnd="rgba(255, 255, 255, 0.8)">
<img
src={require("./subscribe-using-aws/aws-renewal-settings.png").default}
alt="AWS renewal settings - 1 month with Auto Renew enabled"
/>
</Zoom>

### 5. Manage your subscription in AWS

Once the payment is done, you need to manage your subscription in AWS. **Go to AWS Marketplace >> Manage Subscriptions**. Identify the SleakOps subscription and click on **Set up Product** under the details.

<Zoom overlayBgColorEnd="rgba(255, 255, 255, 0.8)">
<img
src={require("./subscribe-using-aws/aws-manage-subscriptions.png").default}
alt="AWS Manage Subscriptions page showing SleakOps"
/>
</Zoom>

You also have the option to complete the flow using the info modal, where you need to click **Set up your account**.

<Zoom overlayBgColorEnd="rgba(255, 255, 255, 0.8)">
<img
src={require("./subscribe-using-aws/aws-setup-account.png").default}
alt="Set up your account modal"
/>
</Zoom>

By using any of those options, you'll be redirected to SleakOps to confirm the action.

### 6. Attach to SleakOps

Once you are back on SleakOps, click on **Attach to SleakOps** to complete the linking.

<Zoom overlayBgColorEnd="rgba(255, 255, 255, 0.8)">
<img
src={require("./subscribe-using-aws/attach-to-sleakops.png").default}
alt="Attach to SleakOps confirmation screen"
/>
</Zoom>

That is all, you're ready to use SleakOps!
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
102 changes: 102 additions & 0 deletions content/docs/es/activitylog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
---
sidebar_label: Registro de Actividad
sidebar_position: 14
---

import Zoom from 'react-medium-image-zoom';
import 'react-medium-image-zoom/dist/styles.css';

# Registro de Actividad

El Registro de Actividad proporciona un historial completo de todas las acciones realizadas por los usuarios en la plataforma. Registra cada operación de creación, actualización y eliminación en todos los recursos, permitiéndote rastrear quién hizo qué y cuándo.

## Preguntas Frecuentes

<details>
<summary>
### ¿Qué acciones se registran en el Registro de Actividad?
</summary>
El Registro de Actividad registra los tres tipos de operaciones realizadas sobre los recursos de la plataforma:
- **Crear** — Se creó un nuevo recurso.
- **Actualizar** — Se modificó un recurso existente.
- **Eliminar** — Se eliminó un recurso.
</details>

<details>
<summary>
### ¿Qué recursos se rastrean?
</summary>
El Registro de Actividad rastrea las acciones sobre todos los recursos principales de la plataforma, incluyendo:
- Clusters
- Proyectos
- Entornos
- Servicios
- Jobs
- Deployments
- Dependencias
- Grupos de Variables
- Dominios
- Node Pools
- Volúmenes
- Proveedores
- Usuarios
</details>

<details>
<summary>
### ¿Puedo navegar al recurso desde el Registro de Actividad?
</summary>
Sí. Al hacer clic en el ícono del recurso en la columna **Nombre**, accederás directamente a la página de detalle de ese recurso. Si el recurso ha sido eliminado, el enlace está deshabilitado y la navegación no está disponible.
</details>

<details>
<summary>
### ¿Puedo filtrar el Registro de Actividad?
</summary>
Sí. Puedes filtrar por usuario, tipo de acción (Crear, Actualizar, Eliminar), tipo de recurso y rango de fechas. Consulta la sección [Filtrando el Registro de Actividad](#filtrando-el-registro-de-actividad) para más detalles.
</details>

## Accediendo al Registro de Actividad

Un resumen de la actividad más reciente de la plataforma es visible en el Dashboard principal como la tarjeta **Última Actividad**. Muestra las últimas acciones. Haz clic en **Ver todos** en la parte inferior de la tarjeta para abrir la página completa del Registro de Actividad.

<Zoom overlayBgColorEnd='rgba(255, 255, 255, 0.8)'>
<img
src='/img/activitylog/activitylog-dashboard-card.png'
alt='activitylog-dashboard-card'
/>
</Zoom>

## Entendiendo la Tabla del Registro de Actividad

La tabla muestra cuatro columnas:

| **Columna** | **Descripción** |
| --- | --- |
| **Nombre** | El nombre del recurso afectado, junto con un ícono que representa su tipo y la cuenta a la que pertenece. Haz clic en el ícono para navegar al recurso (no disponible para recursos eliminados). |
| **Acción** | Una etiqueta que muestra el tipo de operación: **Crear**, **Actualizar** o **Eliminar**. |
| **Creado el** | El tiempo relativo en que ocurrió la acción. Pasa el cursor sobre él para ver la fecha y hora completa. |
| **Usuario** | El nombre completo del usuario que realizó la acción. |

<Zoom overlayBgColorEnd='rgba(255, 255, 255, 0.8)'>
<img src='/img/activitylog/activitylog-table.png' alt='activitylog-table' />
</Zoom>

## Filtrando el Registro de Actividad

Usa el campo de búsqueda y la barra de filtros en la parte superior de la página para reducir los resultados. Los filtros se pueden combinar.

<Zoom overlayBgColorEnd='rgba(255, 255, 255, 0.8)'>
<img
src='/img/activitylog/activitylog-filters.png'
alt='activitylog-filters'
/>
</Zoom>

| **Filtro** | **Descripción** |
| --- | --- |
| **Búsqueda** | Búsqueda de texto libre por nombre del recurso o tipo de acción. |
| **Usuario** | Muestra solo las actividades realizadas por un usuario específico. |
| **Acción** | Muestra solo acciones de Crear, Actualizar o Eliminar. |
| **Tipo** | Muestra solo actividades de un tipo de recurso específico (ej. Cluster, Servicio, Deployment). |
| **Rango de Fechas** | Muestra solo actividades dentro de un período de tiempo específico. |
11 changes: 11 additions & 0 deletions content/docs/es/image-test.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Test de Imagen
sidebar_label: Test de imagen
sidebar_position: 9
---

![test](../image-test/download.jpeg "test")

![image2es](../image-test/download%20%281%29.jpeg "image2es")

tteings
4 changes: 3 additions & 1 deletion content/docs/es/provider/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Para proporcionarte una vista clara de tus costos y recursos en AWS, SleakOps ac

### 1. Navega a la sección de providers

En el *Panel Izquierdo*, accede a la opción *Configuración* y luego *Providers*. En la esquina superior derecha, haz clic en el botón *Crear*.
En el *Panel Izquierdo*, accede a la opción *Configuración*, luego *Providers* y por último, en la esquina superior derecha, haz clic en el botón *Crear*.

<Zoom overlayBgColorEnd="rgba(255, 255, 255, 0.8)">
<img
Expand Down Expand Up @@ -86,6 +86,8 @@ Este proceso tomará unos minutos.
/>
</Zoom>

Luego de completado el proceso, serás redirigido al dashboard.

### 5. Conoce la arquitectura de infraestructura creada por SleakOps para ti.

Para entender lo que se creó en tu cuenta de AWS, consulta [Cuentas](/docs/provider/accounts).
Expand Down
Loading
Loading