less than a minute
Here is an example logstash.conf
that matches the Trustgrid export format:
input {
http {
port => 5044
codec => json
}
}
output {
stdout {
codec => rubydebug
}
}
http
.logstash
).Metrics
Node Audits
Node Events
Changes
http://logstash.internal:5044
).Trustgrid appends
/v1/metrics
or/v1/logs
automatically depending on the instrumentation type. You can also explicitly set:
Metrics Endpoint
: Overrides default for metricsLogs Endpoint
: Overrides default for logs (audits, events, changes)
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.