Support for multiple indices with plugin to route data. #420
Closed
ravin-accelq
started this conversation in
Ideas
Replies: 1 comment
-
You could also just have multiple nodes in your schema.json e.g
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So the Idea here is to have index property in schema.json file, to accept an array of indices and then using the plugin extensibility segregate data into different buckets where each bucket of data is sent into an index.
So schema would look like {
"indices": ["index_1", "index_2"]
}
and the plugin returns a tuple (doc, index_id)
Beta Was this translation helpful? Give feedback.
All reactions