Skip to content

Releases: rwynn/monstache

monstache v6.2.4

25 Oct 05:01
Compare
Choose a tag to compare

Fix an invalid query when the direct-read-bounded option is enabled.

monstache v6.2.3

25 Oct 01:38
Compare
Choose a tag to compare
  • Fix some issues with clean shutdown upon receiving signals like SIGINT, SIGTERM, and SIGKILL
  • Add the direct-read-bounded boolean option. When this option is enabled monstache ensures that all direct reads have min and max bounds on the query
  • Add the disable-file-pipeline-put boolean option. When this option is enabled monstache will not attempt to create a pipeline for the ingest plugin when file indexing is enabled. This means the user must create a pipeline with id attachment as documented at https://www.elastic.co/guide/en/elasticsearch/plugins/master/using-ingest-attachment.html. This allows the user to configure his own pipeline options, e.g. to set indexed_chars to -1 removing the limit on characters extracted.

monstache v5.2.5

25 Oct 16:09
Compare
Choose a tag to compare
  • Fix a regression in v5.2.3 and v5.2.4 that caused the process to hang in some cases when using golang plugins

monstache v5.2.4

25 Oct 05:00
Compare
Choose a tag to compare
  • Fix an invalid query when the direct-read-bounded option is enabled.

monstache v5.2.3

25 Oct 01:38
Compare
Choose a tag to compare
  • Fix some issues with clean shutdown upon receiving signals like SIGINT, SIGTERM, and SIGKILL
  • Add the direct-read-bounded boolean option. When this option is enabled monstache ensures that all direct reads have min and max bounds on the query
  • Add the disable-file-pipeline-put boolean option. When this option is enabled monstache will not attempt to create a pipeline for the ingest plugin when file indexing is enabled. This means the user must create a pipeline with id attachment as documented at https://www.elastic.co/guide/en/elasticsearch/plugins/master/using-ingest-attachment.html. This allows the user to configure his own pipeline options, e.g. to set indexed_chars to -1 removing the limit on characters extracted.

monstache v6.2.2

08 Oct 20:44
Compare
Choose a tag to compare
  • Upgrade MongoDB driver to v1.1.2

monstache v5.2.2

08 Oct 20:44
Compare
Choose a tag to compare
  • Upgrade MongoDB driver to v1.1.2

monstache v6.2.1

02 Oct 18:56
Compare
Choose a tag to compare
  • Fix regression in last release where array values were sent to Elasticsearch with nulls prepended
  • Fix issue where requests to the /instance endpoint would timeout if the process when from active to inactive in a cluster

monstache v5.2.1

02 Oct 18:56
Compare
Choose a tag to compare
  • Fix regression in last release where array values were sent to Elasticsearch with nulls prepended
  • Fix issue where requests to the /instance endpoint would timeout if the process when from active to inactive in a cluster

monstache v4.19.1

02 Oct 18:55
Compare
Choose a tag to compare
  • Fix regression in last release where array values were sent to Elasticsearch with nulls prepended
  • Fix issue where requests to the /instance endpoint would timeout if the process when from active to inactive in a cluster