NAiOS IconNAiOS Logo
Volver al catálogo

Mezmo

mezmo

Mezmo provides a comprehensive platform for log management and telemetry data processing, enabling organizations to collect, analyze, and manage their log data efficiently.

Acciones
2
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (2)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Delete Pipeline AlertMEZMO_DELETE_PIPELINE_ALERTAcción

Tool to delete an alert for a specific component within a pipeline. use after confirming pipeline id, component kind, component id, and alert id.

Parámetros de entrada

  • alert_idstringObligatorio

    Unique identifier of the alert to delete

  • pipeline_idstringObligatorio

    Unique identifier of the pipeline containing the component

  • component_idstringObligatorio

    Unique identifier of the component containing the alert

  • component_kindstringObligatorioenum

    Type of component within the pipeline (e.g., source, transform, sink)

    sourcetransformsink

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Ingest logs to MezmoMEZMO_INGEST_LOGSAcción

Tool to ingest log events to mezmo. use when sending structured logs from a host to mezmo log analysis.

Parámetros de entrada

  • logsobject[]Obligatorio

    Array of log event objects (JSON-serializable) to ingest.

  • hostnamestringObligatorio

    Name of the host sending the logs

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not