www pornhub com is not in pornography category, really?
Quote from: opnsenseuser on February 08, 2020, 11:01:08 am@mb just one question. it would be interesting to be able to export or import report data. because if you have to uninstall sensei and erase the data (for whatever reason - hardware change or other problems), it would be great to be able to import the previously recorded data again afterwards. is just an idea. greetings renemaybe you could try the snapshot function of elastic-dump (Github) or just curl:CURL -XPUT 'localhost:9200/_snapshot/<backup_folder name>/<backupname>' -d '{ "indices": "<index_name>", "ignore_unavailable": true, "include_global_state": false}'
@mb just one question. it would be interesting to be able to export or import report data. because if you have to uninstall sensei and erase the data (for whatever reason - hardware change or other problems), it would be great to be able to import the previously recorded data again afterwards. is just an idea. greetings rene
Quote from: siga75 on February 08, 2020, 11:57:35 amwww pornhub com is not in pornography category, really?Hi @siga75, it looks like it's correct in the database. Let's see what happened in your case. Kindly send a PR through Report a bug menu located in the upper right hand corner of the UI.
Quote from: marcri on February 08, 2020, 11:21:50 amQuote from: opnsenseuser on February 08, 2020, 11:01:08 am@mb just one question. it would be interesting to be able to export or import report data. because if you have to uninstall sensei and erase the data (for whatever reason - hardware change or other problems), it would be great to be able to import the previously recorded data again afterwards. is just an idea. greetings renemaybe you could try the snapshot function of elastic-dump (Github) or just curl:CURL -XPUT 'localhost:9200/_snapshot/<backup_folder name>/<backupname>' -d '{ "indices": "<index_name>", "ignore_unavailable": true, "include_global_state": false}'@marcri, thanks for the hint.@opnsenseuser, good idea. My only concern is that it might take really long to do an export/import. Needs careful processing. One question: in our roadmap this year we have "external elasticsearch" in which you get to chose using an external database instead of installing elastic locally. Would that also do the trick?
Quote from: mb on February 08, 2020, 03:05:58 pmQuote from: marcri on February 08, 2020, 11:21:50 amQuote from: opnsenseuser on February 08, 2020, 11:01:08 am@mb just one question. it would be interesting to be able to export or import report data. because if you have to uninstall sensei and erase the data (for whatever reason - hardware change or other problems), it would be great to be able to import the previously recorded data again afterwards. is just an idea. greetings renemaybe you could try the snapshot function of elastic-dump (Github) or just curl:CURL -XPUT 'localhost:9200/_snapshot/<backup_folder name>/<backupname>' -d '{ "indices": "<index_name>", "ignore_unavailable": true, "include_global_state": false}'@marcri, thanks for the hint.@opnsenseuser, good idea. My only concern is that it might take really long to do an export/import. Needs careful processing. One question: in our roadmap this year we have "external elasticsearch" in which you get to chose using an external database instead of installing elastic locally. Would that also do the trick?due to my hardware, i can only use mongodb. will this also possible with this database?
or is the database always external so that the own system resources no longer matter?