etsy / 411

An Alert Management Web Application
https://demo.fouroneone.io
MIT License
969 stars 112 forks source link

Allow search searching across multiple ES clusters/indexes #39

Closed nevins-b closed 7 years ago

nevins-b commented 7 years ago

Right now 411 only allows for, without changes to code outside config, searching a single index index prefix inside a single cluster.

It would be nice be able to configure multiple indexes or clusters then for each search specify against which indexes or clusters it should be executed against.

kiwiz commented 7 years ago

The plan is to implement this via #4.

As a side note: I added some experimental support for ECL, which allows you to query any of the es clusters configured in 411.

nevins-b commented 7 years ago

Great! I'll close this issue in that case