New Module Published: Elasticsearch Logging Targets 1.0.0

New Module Published: Elasticsearch Logging Targets 1.0.0

avatar

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

Adam Driscoll
PowerShell Expert and Developer at Devolutions

All Comments (2)

avatar

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

avatar

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.

Adam Driscoll
PowerShell Expert and Developer at Devolutions