Mezmo
mezmoMezmo provides a comprehensive platform for log management and telemetry data processing, enabling organizations to collect, analyze, and manage their log data efficiently.
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ónTool to delete an alert for a specific component within a pipeline. use after confirming pipeline id, component kind, component id, and alert id.
MEZMO_DELETE_PIPELINE_ALERTAcciónTool 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_idstringObligatorioUnique identifier of the alert to delete
pipeline_idstringObligatorioUnique identifier of the pipeline containing the component
component_idstringObligatorioUnique identifier of the component containing the alert
component_kindstringObligatorioenumType of component within the pipeline (e.g., source, transform, sink)
sourcetransformsink
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Ingest logs to MezmoMEZMO_INGEST_LOGSAcciónTool to ingest log events to mezmo. use when sending structured logs from a host to mezmo log analysis.
MEZMO_INGEST_LOGSAcciónTool to ingest log events to mezmo. use when sending structured logs from a host to mezmo log analysis.
Parámetros de entrada
logsobject[]ObligatorioArray of log event objects (JSON-serializable) to ingest.
hostnamestringObligatorioName of the host sending the logs
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not