Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
This setup includes the steps to perform Neo4j data purging and back up in Elastic search.
- The logic is about deleting data in Neo4j every 6 months using delete query and maintaining the data in ES (Note: it will happen in batch processing - In process of automation)
- This is done to show old single stat dashboards using ES.
- Old Correlational dashboard like traceability might not work which are dependent on Neo4j data
Steps For Setup
Step 1:
Step 2:
- Open neo4j.conf, append _mm-yyyy (mm-yyyy is current month and year) to existing ES index name
- This helps to pertain the data in previous index of ES
- Time factor based naming convention helps to purge data in ES
Step 3:
Step 4:
Step 5:
- Repeat Steps 1-4 to to delete data in Neo4j and backup in ES