Update "Full-text search" documentation to use logstash
Open
@deontologician is already working on this.
Since Mar 9, 2016.
Important enhancement
- Dominant language
- CSS
- Stars
- 118
- Forks
- 161
- PR merge metrics
- No merged PRs in 30d
Description
The instructions on http://rethinkdb.com/docs/elasticsearch/ are no longer going to work with RethinkDB 2.2, since the River plugin is based on the inofficial Java driver which still uses the protocol buffer protocol that we're dropping in 2.2.
I suggest the following steps:
- short term: Add a warning to the article that it was written for RethinkDB 2.1 and earlier, and that the River plugin no longer works with RethinkDB 2.2. Also link to https://github.com/rethinkdb/logstash-input-rethinkdb .
- slightly longer short term: Rewrite the article to make use of the Logstash input https://github.com/rethinkdb/logstash-input-rethinkdb . We should coordinate this with the integration of
include_initialinto the logstash plugin https://github.com/rethinkdb/rethinkdb/issues/3197 .
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.