Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 2.22 KB

File metadata and controls

50 lines (40 loc) · 2.22 KB

OASIS TC Open: oif-logger

Server

About this Image

  • This image is Alpine 3.10 with a simple syslog server for use with Elasticsearch
  • Listens on port 514 default, configurable
  • Logs to file and ElasticSearch
  • Caches logs if ElasticSearch cannot be found

How to use this image

Note: Pulling an images requires using a specific tag (server or gui), the latest tag is not supported.

Environment Variables

Variable Type Description Default
ES_HOST String Host/IP of the Elasticsearch node es_logger
ES_PORT Integer Port of the Elasticsearch Node 9200
LOG_PREFIX String Prefix for the index in the format of log_{LOG_PREFIX}-{YYYY.mm.dd} logger
ES_TRIES Integer Max attempts to connect to ElasticSearch in 1s intervals 60

Resources

GUI

About this Image

  • This image is Alpine 3.10 with a simple GUI for use with Elasticsearch
  • UI port - 8081

How to use this image

Note: Pulling an images requires using a specific tag (server or gui), the latest tag is not supported.

Environment Variables

Variable Type Description Default
ES_HOST String Host/IP of the Elasticsearch node es_logger
ES_PORT Integer Port of the Elasticsearch Node 9200

Resources