hi community,
we are using the log-stash to import the data from oracle db everyday to elastic.
what would be the best workflow and steps to automate the job?
Current steps,each runs individually, Is there anyway to make them to run after the previous job is succeed?
- Deleting the index through log-stash HTTP polling,
- Importing the data to elastic using the jdbc plugin
- taking a index backup and deleting the previous day backup using again HTTP polling