Hi all,
We performed an `apt-get dist-upgrade` on our wazuh / ELK server. Unfortunately, that seems to have confused Kibana: it doesn't show the Wazuh plugin/app icon in the side bar any longer. (FWIW, I have "Discover", "Visualise", "Dashboard", "Timelion", "Dev Tools", and "Management" — There used to be an entry "Wazuh" as well). Clicking on "Dashboard" still shows the "OSSEC Alerts" dashboard, but I can't access any of the wazuh dashboards any longer.
The Wazuh plugin was originally installed (after installing ELK) with the following command. I haven't yet tried to run this again, preferring rather to understand what went wrong before doing this:
{statusCode: 404, error: "Not Found", message: "Unknown app wazuh"}
On the server itself, it seems to think that it's still installed:
$ /usr/share/kibana/bin/kibana-plugin list
wazuh@2.0.0
$
The files are still there:
$ ls -lsa /usr/share/kibana/plugins/wazuh
4 drwxr-xr-x 7 root root 4096 May 12 14:12 .
4 drwxrwxr-x 3 kibana kibana 4096 May 12 14:12 ..
4 drwxr-xr-x 2 root root 4096 May 12 14:12 configuration
4 drwxr-xr-x 8 root root 4096 May 12 14:12 .git
4 -rw-r--r-- 1 root root 1187 May 12 14:12 index.js
4 -rw-r--r-- 1 root root 288 May 12 14:12 init.js
20 -rw-r--r-- 1 root root 18046 May 12 14:12 LICENSE
4 drwxr-xr-x 13 root root 4096 May 12 14:12 node_modules
4 -rw-r--r-- 1 root root 748 May 12 14:12 package.json
4 drwxr-xr-x 9 root root 4096 May 12 14:12 public
4 -rw-r--r-- 1 root root 2163 May 12 14:12 README.md
4 drwxr-xr-x 4 root root 4096 May 12 14:12 server
Does anyone understand what might've gone wrong? Where does Kibana store the side bar information?
Many thanks!
Gert