You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bulk index into new timestamped index {source}_{documentType}-d{timestamp}
Remove old timestamped index
Add new index to index alias {source}_{documentType}
Example:
Indexing VIB studies with timestamp "1522832654"
=> new index vib_study-d1522832654
=> remove vib study indices before timestamp
=> add index vib_study-d1522832654 to alias vib_study
The text was updated successfully, but these errors were encountered:
gcornut
changed the title
Index "raw" BrAPI documents
Generate Elasticsearch documents
Apr 9, 2018
gcornut
changed the title
Generate Elasticsearch documents
Load Elasticsearch documents
Apr 9, 2018
{source}_{documentType}-d{timestamp}
{source}_{documentType}
Example:
Indexing VIB studies with timestamp "1522832654"
=> new index
vib_study-d1522832654
=> remove vib study indices before timestamp
=> add index
vib_study-d1522832654
to aliasvib_study
The text was updated successfully, but these errors were encountered: