Skip to content

Releases: wazuh/wazuh-dashboard-plugins

Wazuh v3.6.1 - Kibana v6.3.2

07 Sep 20:19
Compare
Choose a tag to compare

This release comes with all the changes from the previous version, and the following additions and bugfixes:

Highlights for this version

  • Support for Wazuh v3.6.1.

Take a look at the changelog file for a complete list of what's new on this release.

Wazuh v3.6.0 - Kibana v6.3.2

29 Aug 23:03
bc92351
Compare
Choose a tag to compare

This release comes with all the changes from the previous version, and the following additions and bugfixes:

Highlights for this version

  • Support for Wazuh v3.6.0.

Take a look at the changelog file for a complete list of what's new on this release.

Wazuh v3.5.0 - Kibana v6.4.0

28 Aug 10:19
Compare
Choose a tag to compare

This release comes with all the changes from the previous version, and the following additions and bugfixes:

Highlights for this version

  • Support for Kibana v6.4.0.
  • Improved building package procedure.

Take a look at the changelog file for a complete list of what's new on this release.

Wazuh v3.5.0 - Kibana v6.3.2

28 Aug 09:30
Compare
Choose a tag to compare

Highlights for this version

  • Support for Wazuh v3.5.0.
  • Added new fields for Vulnerability detector alerts (#752).
  • Added multi table search for wz-table directive. Added two new log levels for Management > Logs section (#753).
  • The welcome tabs on Overview and Agents have been updated with a new name and description for the existing sections (#788).
  • Now the app tables will auto-resize depending on the screen height (#792).
  • Added new options to config.yml to change shards and replicas settings for wazuh-monitoring indices (#809).
  • Now it's possible to change replicas settings for existing .wazuh, .wazuh-version and wazuh-monitoring indices on the config.yml file (#817).
  • Fixed the app UI to make the app usable on Internet Explorer 11 (#808).

Take a look at the changelog file for a complete list of what's new on this release.

Wazuh v3.4.0 - Kibana v6.3.2

20 Aug 10:22
Compare
Choose a tag to compare

This release comes with all the changes from the previous version, and the following additions and bugfixes:

Highlights for this version

  • Support for Kibana v6.3.2.
  • Added a few new fields for Kibana due to the new Wazuh who-data feature (#763).
  • Added XML/JSON viewer for each card under Management > Configuration (#764).

Take a look at the changelog file for a complete list of what's new on this release.

Wazuh v3.4.0 - Kibana v6.3.1

30 Jul 10:59
4dc5aa6
Compare
Choose a tag to compare

This release comes with all the changes from the previous version, and the following additions and bugfixes:

Highlights for this version

  • Support for Wazuh v3.4.0.
  • Support for Kuery as accepted query language (#742). Experimental feature.
  • Added new Who data fields from file integrity monitoring features (#746).
  • Added tab in Settings section where you can see the last logs from the Wazuh App server (#723).
  • Fully redesigned of the welcome screen along the different App sections (#751).
  • Any API entry is now removable regardless if it's the only one API entry (#740).

Take a look at the changelog file for a complete list of what's new on this release.

Wazuh v3.3.1 - Kibana v6.3.1

21 Jul 22:30
Compare
Choose a tag to compare

Highlights for this version

  • Added a new Angular.js factory to store the Wazuh app configuration values. Also this factory is being used by the pre-routes functions (resolves), this way we are sure about having the real configuration at any time. These pre-routes functions have been improved too. (#670)

  • Added extended information for reports from reporting feature (#701)

  • Tables have been improved. Now they are truncating long fields and adding a tooltip if needed (#671)

  • CSV formatted files have been improved. Now they are showing a more human readable column names (#717, #726).

  • Added/Modified some visualization titles (#728)

  • Improved Discover perfomance when in background mode (#719)

  • Reports from reporting feature have suffered a fully redesign (#701)

  • Fixed the top menu API indicator when checking API connection and the manager/cluster information had been changed (#668)

  • Fixed our logger module which was not writting logs the very first time Kibana is started neither after a log rotation (#667)

  • Fixed a regular expression in the server side when parsing URLs before registering a new Wazuh API (#690)

  • Fixed filters parsing when generating a report. It was not parsing negated filters as expected (#696)

Take a look at the changelog file for a complete list of what's new on this release.

Wazuh v3.3.1 - Kibana v6.3.0

03 Jul 18:21
Compare
Choose a tag to compare

Highlights for this version

  • Improvements for latest app redesign (#652):
    • The Welcome tabs have been simplified, following a more Elastic design.
    • Added again the md-nav-bar component with refined styles and limited to specific sections.
    • The Settings > Welcome tab has been removed. You can use the nav bar to switch tabs.
    • Minor CSS adjustments and reordering.
  • Small app UI improvements (#634):
    • Added link to Agents Preview on the Agents tab breadcrumbs.
    • Replaced the Generate report button with a smaller one.
    • Redesigned Management > Ruleset md-chips to look similar to Kibana filter pills.
    • Added agent information bar from Agents > General to Agents > Welcome too.
    • Refactored flex layout on Welcome tabs to fix a height visual bug.
    • Removed duplicated loading rings on the Agents tab.
  • Improvements for app tables (#627):
    • Now the current page will be highlighted.
    • The gap has been fixed to the items per page value.
    • If there are no more pages for Next or Prev buttons, they will be hidden.
  • Improvements for app health check (#637):
    • Improved design for the view.
    • The checks have been placed on a table, showing the current status of each one.
  • Changes to our reporting feature (#639):
    • Now the generated reports will include tables for each section.
    • Added a parser for getting Elasticsearch data table responses.
    • The reporting feature is now a separated module, and the code has been refactored.
  • Improvements for app tables pagination (#646).

Take a look at the changelog file for a complete list of what's new on this release.

Wazuh v3.3.0 - Kibana v6.3.0

26 Jun 17:47
Compare
Choose a tag to compare

Highlights for this version

  • Support for Elastic Stack v6.3.0 (#579 & #612 & #615).
  • Brand-new Wazuh app redesign for the Monitoring tab (#581):
    • Refactored and optimized UI for these tabs, using a breadcrumbs-based navigability.
    • Used the same guidelines from the previous redesign for Overview and Agents tabs.
  • New tab for Agents - Inventory (#582):
    • Get information about the agent host, such as installed packages, motherboard, operating system, etc.
    • This tab will appear if the agent has the syscollector wodle enabled.
  • Brand-new extension - CIS-CAT Alerts (#601):
    • A new extension, disabled by default.
    • Visualize alerts related to the CIS-CAT benchmarks on the Overview and Agents tabs.
    • Get information about the last performed scan and its score.
  • Several improvements for the Dev tools tab (#583 & #597):
    • Now you can insert queries using inline parameters, just like in a web browser.
    • You can combine inline parameters with JSON-like parameters.
    • If you use the same parameter on both methods with different values, the inline parameter has precedence over the other one.
    • The tab icon has been changed for a more appropriate one.
    • The Execute query button is now always placed on the first line of the query block.
  • Refactoring for all app tables (#582):
    • Replaced the old wz-table directive with a new one, along with a new data factory.
    • Now the tables are built with a pagination system.
    • Much easier method for building tables for the app.
    • Performance and stability improvements when fetching API data.
    • Now you can see the total amount of items and the elapsed time.

Take a look at the changelog file for a complete list of what's new on this release.

Wazuh v3.3.1 - Kibana v6.2.4

25 Jun 15:13
Compare
Choose a tag to compare

This release comes with all the changes from the previous version, and the following additions and bugfixes:

Highlights for this version

  • Support for Wazuh v3.3.1.

Take a look at the changelog file for a complete list of what's new on this release.