I am new in WSO2 Cep and I would like to ask if anybody knows that how can I export the event streams, event receivers, etc. which I have create in order to have a backup, from the WSO2 CEP Management console?
Thanks in advance!
CEP deployable artifacts that are created from Management Console are stored in the file system. You can find them in <CEP_HOME>/repository/deployment/server
folder.
Event Streams can be found in directory eventstreams
Event Receivers can be found in directory eventreceivers
Event Publishers can be found in directory eventpublishers
Execution Plans can be found in directory executionplans
Then, just create a backup of above directories.