logsearch/202.0.0
You can find the source of this version on GitHub at logsearch/logsearch-boshrelease. It was created based on the commit 388f767e
.
Release Notes¶
RELEASE NOTES
New features
- Added support for routing in the ElasticSearch job via the
logstash_parser.elasticsearch_routing
spec. Use only if you know what you are doing.
Bug fixes
- nats-to-syslog now writes its logs into a file under /var/vcap/sys/log
- Default index template doesn’t make unnecessary string fields get analysed by elasticsearch
- Various fixes to parsing rules
- Fixed race condition that caused the
logstash-*
index template to be uploaded to ElasticSearch after the first index was created - the haproxy VM was renamed to ls-router
- Updated support scripts for better process management
- haproxy on ls-router now sends its logs to the cluster monitor by default
- ElasticSearch log level is now INFO by default
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "logsearch" version: "202.0.0" url: "https://bosh.io/d/github.com/logsearch/logsearch-boshrelease?v=202.0.0" sha1: "cdad645be442d2e950d10631570996ba6232138a"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 cdad645be442d2e950d10631570996ba6232138a \ "https://bosh.io/d/github.com/logsearch/logsearch-boshrelease?v=202.0.0"
Jobs¶
- archiver
- curator
- elasticsearch
- elasticsearch_config
- enable_shard_allocation
- haproxy
- ingestor_archiver
- ingestor_relp
- ingestor_syslog
- kibana
- nats_to_syslog
- parser
- queue
- smoke-tests