杜宽 8f7d6003a6 更新loki stack版本 2 anos atrás
..
test 8f7d6003a6 更新loki stack版本 2 anos atrás
Makefile 8f7d6003a6 更新loki stack版本 2 anos atrás
README.md 8f7d6003a6 更新loki stack版本 2 anos atrás
values.yaml 4a941ffc48 loki 3 anos atrás

README.md

Security

This example deploy Logstash 7.7.1 which connects to Elasticsearch using TLS (see values).

Usage

  • Deploy Elasticsearch Helm chart with security.

  • Deploy Logstash chart: make install

  • You can now setup a port forward to query Logstash indices:

    kubectl port-forward svc/elasticsearch-master 9200
    curl localhost:9200/_cat/indices
    

Testing

You can also run goss integration tests using make test