杜宽 8f7d6003a6 更新loki stack版本 před 2 roky
..
test 8f7d6003a6 更新loki stack版本 před 2 roky
Makefile 8f7d6003a6 更新loki stack版本 před 2 roky
README.md 8f7d6003a6 更新loki stack版本 před 2 roky
values.yaml 4a941ffc48 loki před 3 roky

README.md

Elasticsearch

This example deploy Logstash 7.17.3 which connects to Elasticsearch (see values).

Usage

  • Deploy Elasticsearch Helm chart.

  • 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