ambassador_logservice_es

command module
v0.0.0-...-e7f69fa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2022 License: MIT Imports: 10 Imported by: 0

README

Ambassador LogService for Elasticsearch

This is a LogService plugin for Ambassador to send logs to an Elasticsearch index.

Environment Variables

  • ELASTICSEARCH_ENDPOINTS can have comma separated values of multiple elasticsearch cluster nodes, default value is http://localhost:9200. Custom value example http://es01.example.com:9200,http://es02.example.com:9200
  • ELASTICSEARCH_INDEX can be used to define Index name, default value is ambassador

Build Steps

  • Build go binary on ubuntu server go build
  • You can use Dockerfile to create docker image docker build . -t logservice_es --no-cache
  • Use the deployment.yml file to deploy to Kubernetes as kubectl -f apply deployment.yml

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL