![]() |
před 2 roky | |
---|---|---|
.. | ||
test | před 2 roky | |
Makefile | před 2 roky | |
README.md | před 2 roky | |
values.yaml | před 3 roky |
This example deploy Logstash 7.17.3 which connects to Elasticsearch (see values).
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
You can also run goss integration tests using make test