Skip to content

Latest commit

 

History

History

logstash

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Helm Chart for logstash

Version: 1.5.0 Type: application AppVersion: 7.17.8

Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite "stash"

Installing the Chart

To install the chart with the release name logstash:

$ helm repo add romanow https://romanow.github.io/helm-charts/
$ helm repo update
$ helm install logstash romanow/logstash

Uninstalling the Chart

To uninstall the logstash installation:

helm uninstall logstash

Configuration

Key Type Default Description
image object
{
  "pullPolicy": "IfNotPresent",
  "repository": "logstash",
  "tag": "7.17.8"
}
Image name and version
outputs.console.enabled bool
false
Enable console output
outputs.elasticsearch.enabled bool
false
Enable ElasticSearch output
outputs.elasticsearch.password string
"qwerty"
Elastic password (optional)
outputs.elasticsearch.url string
"http://elasticsearch:9200"
Elastic address
outputs.elasticsearch.username string
"logging"
Elastic username (optional)
ports object
{
  "beats": 5044,
  "http": 9600
}
Logstash ports
resources.limits object
{
  "cpu": "500m",
  "memory": "1536Mi"
}
Limited resources
resources.requests object
{
  "cpu": "500m",
  "memory": "1536Mi"
}
Requested resources
serviceName string
.Release.Name
Custom service name

Sources

Maintainer

Name Email Url
Romanov Alexey [email protected] https://romanow.github.io