New Module Published: Elasticsearch Logging Targets 1.0.0

New Module Published: Elasticsearch Logging Targets 1.0.0

GitHub | Gallery

Elasticsearch Logging Targets

This package provides a logging target for the Elasticsearch search engine.

Variables

  • $PSUElasticLoggingLevel - The minimum log level to send to Elasticsearch. Default is Information.
  • $PSUElasticHostName - The host name of the Elasticsearch server. Required.
  • $PSUElasticPort - The port of the Elasticsearch server. Required.

ElasticSearch Logging

Where do you configure the creds? Does this support API keys?

It uses the Custom TCP Log integration so there aren’t any creds: Custom TCP Logs | Documentation

We could certainly expand this to support other ways of sending logs.