![Mark Goddard](/assets/img/avatar_default.png)
The latest versions of logstash 7.x do not support using the OSS version of Elasticsearch, and fail to push logs if an OSS version is used. This prevents Monasca log API from working correctly. This change fixes the issue by pinning logstash-oss to 7.9.x, the most recent available package in the repo that still supports Elasticsearch OSS. NOTE: logstash 7.11 introduced the breaking change, however 7.10 is unavailable in the package repos. Change-Id: I4ec4eb837c98f57964488769ab82ba8213ad582c Closes-Bug: #1941754
20 lines
444 B
Plaintext
20 lines
444 B
Plaintext
Package: rabbitmq-server
|
|
Pin: version 3.8.*
|
|
Pin-Priority: 1000
|
|
|
|
# RabbitMQ wants 23+ and we want to stay on 23 if possible
|
|
Package: erlang*
|
|
Pin: version 1:23.*
|
|
Pin-Priority: 1000
|
|
|
|
# FIXME(mgoddard): Pinning to 4.0.* to avoid bug 1930867.
|
|
Package: td-agent*
|
|
Pin: version 4.0.*
|
|
Pin-Priority: 1000
|
|
|
|
# NOTE(mgoddard): logstash 7.9.x is the last version that supports
|
|
# Elasticsearch OSS.
|
|
Package: logstash-oss
|
|
Pin: version 7.9.*
|
|
Pin-Priority: 1000
|