Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to stream translog changes out of Elasticsearch? #14976

Closed
dminkovsky opened this issue Nov 24, 2015 · 2 comments
Closed

Is it possible to stream translog changes out of Elasticsearch? #14976

dminkovsky opened this issue Nov 24, 2015 · 2 comments

Comments

@dminkovsky
Copy link

I posted this question to Stack Overflow the other day and have gotten no responses:

In some systems, there are ways to hook in to write-ahead log changes as they happen. For example, in HBase one can write a coprocessor to stream WAL edits out of the database as they happen. A extensions for PostgreSQL exist that lets you do the same thing.

I've Googled and I've not found a way to harness the Elasticsearch translog. I've looked at the plugin APIs but not found anything that lets you get at the translog. Is there a way?

@bleskes
Copy link
Contributor

bleskes commented Nov 24, 2015

@dminkovsky this is on our road map, tracked by this (old) issue: #1242

It's blocking on the work done in #10708

Closing as duplicate.

@bleskes bleskes closed this as completed Nov 24, 2015
@dminkovsky
Copy link
Author

Thank you Boaz.

On Tuesday, November 24, 2015, Boaz Leskes notifications@github.com wrote:

Closed #14976 #14976.


Reply to this email directly or view it on GitHub
#14976 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants