-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
237 additions
and
0 deletions.
There are no files selected for viewing
237 changes: 237 additions & 0 deletions
237
...ent/es/observability_pipelines/set_up_pipelines/log_enrichment/google_pubsub.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,237 @@ | ||
--- | ||
disable_toc: false | ||
title: Enriquecimiento de logs para Google Pub/Sub | ||
--- | ||
|
||
## Información general | ||
|
||
Configura tu Google Pub/Sub para enviar logs al worker de Observability Pipelines y enriquecer y transformar tus logs antes de enrutarlos a su destino. | ||
|
||
{{% observability_pipelines/use_case_images/log_enrichment %}} | ||
|
||
Este documento te guiará a través de los siguientes pasos: | ||
1. Los [requisitos previos](#prerequisites) necesarios para configurar Observability Pipelines | ||
1. [Configuración de Observability Pipelines](#set-up-observability-pipelines) | ||
|
||
## Requisitos previos | ||
|
||
{{% observability_pipelines/prerequisites/google_pubsub %}} | ||
|
||
## Configurar Observability Pipelines | ||
|
||
1. Navega hasta [Observability Pipelines][1]. | ||
1. Selecciona la plantilla **Log Enrichment** (Enriquecimiento de logs) para crear un pipeline nuevo. | ||
1. Selecciona el origen **Google Pub/Sub**. | ||
|
||
### Configurar el origen | ||
|
||
{{% observability_pipelines/source_settings/google_pubsub %}} | ||
|
||
### Configurar los destinos | ||
|
||
Introduce la siguiente información en función del destino de logs seleccionado. | ||
|
||
{{< tabs >}} | ||
{{% tab "Datadog" %}} | ||
|
||
{{% observability_pipelines/destination_settings/datadog %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Splunk HEC" %}} | ||
|
||
{{% observability_pipelines/destination_settings/splunk_hec %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Sumo Logic" %}} | ||
|
||
{{% observability_pipelines/destination_settings/sumo_logic %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Syslog" %}} | ||
|
||
{{% observability_pipelines/destination_settings/syslog %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Chronicle" %}} | ||
|
||
{{% observability_pipelines/destination_settings/chronicle %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Elasticsearch" %}} | ||
|
||
{{% observability_pipelines/destination_settings/elasticsearch %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "OpenSearch" %}} | ||
|
||
{{% observability_pipelines/destination_settings/opensearch %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Amazon OpenSearch" %}} | ||
|
||
{{% observability_pipelines/destination_settings/amazon_opensearch %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "New Relic" %}} | ||
|
||
{{% observability_pipelines/destination_settings/new_relic %}} | ||
|
||
{{% /tab %}} | ||
{{< /tabs >}} | ||
|
||
### Configurar procesadores | ||
|
||
{{% observability_pipelines/processors/intro %}} | ||
|
||
{{% observability_pipelines/processors/filter_syntax %}} | ||
|
||
{{% observability_pipelines/processors/add_processors %}} | ||
|
||
{{< tabs >}} | ||
{{% tab "Filtro" %}} | ||
|
||
{{% observability_pipelines/processors/filter %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Editar campos" %}} | ||
|
||
{{% observability_pipelines/processors/remap %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Muestra" %}} | ||
|
||
{{% observability_pipelines/processors/sample %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Grok Parser" %}} | ||
|
||
{{% observability_pipelines/processors/grok_parser %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Cuota" %}} | ||
|
||
{{% observability_pipelines/processors/quota %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Reducir" %}} | ||
|
||
{{% observability_pipelines/processors/reduce %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Dedupe" %}} | ||
|
||
{{% observability_pipelines/processors/dedupe %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Sensitive Data Scanner" %}} | ||
|
||
{{% observability_pipelines/processors/sensitive_data_scanner %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Añadir nombre de host" %}} | ||
|
||
{{% observability_pipelines/processors/add_hostname %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Parse JSON" %}} | ||
|
||
{{% observability_pipelines/processors/parse_json %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Tabla de enriquecimiento" %}} | ||
|
||
{{% observability_pipelines/processors/enrichment_table %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Generar métricas" %}} | ||
|
||
{{% observability_pipelines/processors/generate_metrics %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Añadir variables de entorno" %}} | ||
|
||
{{% observability_pipelines/processors/add_env_vars %}} | ||
|
||
{{% /tab %}} | ||
{{< /tabs >}} | ||
|
||
### Instalar el worker de Observability Pipelines | ||
1. Selecciona tu plataforma en el menú desplegable **Choose your installation platform** (Elige tu plataforma de instalación). | ||
1. Proporciona las variables de entorno para cada uno de los destinos seleccionados. Para obtener más información, consulta los [requisitos previos](#prerequisites). | ||
{{< tabs >}} | ||
{{% tab "Datadog" %}} | ||
|
||
{{% observability_pipelines/destination_env_vars/datadog %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Splunk HEC" %}} | ||
|
||
{{% observability_pipelines/destination_env_vars/splunk_hec %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Sumo Logic" %}} | ||
|
||
{{% observability_pipelines/destination_env_vars/sumo_logic %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Syslog" %}} | ||
|
||
{{% observability_pipelines/destination_env_vars/syslog %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Chronicle" %}} | ||
|
||
{{% observability_pipelines/destination_env_vars/chronicle %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Elasticsearch" %}} | ||
|
||
{{% observability_pipelines/destination_env_vars/elasticsearch %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "OpenSearch" %}} | ||
|
||
{{% observability_pipelines/destination_env_vars/opensearch %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Amazon OpenSearch" %}} | ||
|
||
{{% observability_pipelines/destination_env_vars/amazon_opensearch %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "New Relic" %}} | ||
|
||
{{% observability_pipelines/destination_env_vars/new_relic %}} | ||
|
||
{{% /tab %}} | ||
{{< /tabs >}} | ||
1. Sigue las instrucciones de tu entorno para instalar el worker. | ||
{{< tabs >}} | ||
{{% tab "Docker" %}} | ||
|
||
{{% observability_pipelines/install_worker/docker %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Kubernetes" %}} | ||
|
||
{{% observability_pipelines/install_worker/kubernetes %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Linux (APT)" %}} | ||
|
||
{{% observability_pipelines/install_worker/linux_apt %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "Linux (RPM)" %}} | ||
|
||
{{% observability_pipelines/install_worker/linux_rpm %}} | ||
|
||
{{% /tab %}} | ||
{{% tab "CloudFormation" %}} | ||
|
||
{{% observability_pipelines/install_worker/cloudformation %}} | ||
|
||
{{% /tab %}} | ||
{{< /tabs >}} | ||
|
||
[1]: https://app.datadoghq.com/observability-pipelines |