We have some equipment meta data - Like vendor , price , contact etc along with streaming data coming from that equipment sensors ... how do we store this in ES , should be use separate index for meta and one for streaming ? Can we still query across indices to fetch appropriate information?
Asked
Active
Viewed 40 times
1 Answers
1
You can have Meta as well as Near Run Time(stream) data at the same index and query it.(preferred) Even If you design to have separate indices for them you can query across the indices to fetch appropriate information.You can use Alias, an index alias is simply a grouping of a number of indexes under a single logical alias nameCheck here

Googi
- 426
- 4
- 16