Removing event data tables from wso2 Data Analytics Server

I created several test tables in the WSO2-DataAnalyticsServer-3.0.1following steps:
Edit event> Streams> Next [presistEvent]
then enable Persist Event Stream and Save.
This made a table that appears in InteractiveAnalytics> Data Explorer. I want to delete this table, but I do not know how and where I should do it.

+4
source share
1 answer

You can delete such tables using the analytics data backup and recovery tool .

, , , , -tables, , table1, table2. WSO2_DAS_HOME/bin,

./analytics-backup.sh -deleteTables -tables "table1,table2" -tenantId -1234

, table1 table2.

+5

Source: https://habr.com/ru/post/1648921/


All Articles