18 lines
430 B
Markdown
18 lines
430 B
Markdown
|
# Default
|
||
|
|
||
|
This example deploy Logstash 8.5.1 using [default values][].
|
||
|
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
* Deploy Logstash chart with the default values: `make install`
|
||
|
|
||
|
|
||
|
## Testing
|
||
|
|
||
|
You can also run [goss integration tests][] using `make test`
|
||
|
|
||
|
|
||
|
[goss integration tests]: https://github.com/elastic/helm-charts/tree/main/logstash/examples/default/test/goss.yaml
|
||
|
[default values]: https://github.com/elastic/helm-charts/tree/main/logstash/values.yaml
|