mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 09:55:18 +00:00
Grammar fixes to the whole CHANGELOG.md file
This commit is contained in:
parent
2946b52cef
commit
ea5eb04584
66
CHANGELOG.md
66
CHANGELOG.md
@ -11,15 +11,15 @@ All notable changes to the Wazuh app project will be documented in this file.
|
||||
- Refactoring on the whole app source code to use the _import/export_ paradigm.
|
||||
- Removed old functions and variables from the old visualization management logic.
|
||||
- Removed cron task to clean remaining visualizations since it's no longer needed.
|
||||
- Some Kibana functions and modules have been overriden in order to make this refactorign work.
|
||||
- Some Kibana functions and modules have been overridden in order to make this refactoring work.
|
||||
- This change is not intrusive in any case.
|
||||
- New redesign for the _Manager/Ruleset_ tab ([#420](https://github.com/wazuh/wazuh-kibana-app/pull/420)):
|
||||
- Rules and decoders list now divided in two different sections: _List view_ and _Detail view_.
|
||||
- Rules and decoders list now divided into two different sections: _List view_ and _Detail view_.
|
||||
- Removed old expandable tables to move the rule/decoder information into a new space.
|
||||
- Enable different filters on the detail view for a better search on the list view.
|
||||
- New table for related rules or decoders.
|
||||
- And finally, a bunch of minor design enhancements to the whole app.
|
||||
- Added copyright notice to the whole app source code ([#395](https://github.com/wazuh/wazuh-kibana-app/pull/395)).
|
||||
- Added a copyright notice to the whole app source code ([#395](https://github.com/wazuh/wazuh-kibana-app/pull/395)).
|
||||
- Updated `.gitignore` with the _Node_ template ([#395](https://github.com/wazuh/wazuh-kibana-app/pull/395)).
|
||||
- Added new module to the `package.json` file, [`rison`](https://www.npmjs.com/package/rison) ([#404](https://github.com/wazuh/wazuh-kibana-app/pull/404)).
|
||||
- Added the `errorHandler` service to the blank screen scenario ([#413](https://github.com/wazuh/wazuh-kibana-app/pull/413)):
|
||||
@ -31,13 +31,13 @@ All notable changes to the Wazuh app project will be documented in this file.
|
||||
- Small minor enhancements to the user interface ([#396](https://github.com/wazuh/wazuh-kibana-app/pull/396)):
|
||||
- Reduced Wazuh app logo size.
|
||||
- Changed buttons text to not use all-capitalized letters.
|
||||
- Minor typos found on the HTML/CSS code have been fixed.
|
||||
- Minor typos found in the HTML/CSS code have been fixed.
|
||||
- Now the app log stores the package revision ([#417](https://github.com/wazuh/wazuh-kibana-app/pull/417)).
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed bug where the _Agents_ tab didn't preserve the filters after reloading the page ([#404](https://github.com/wazuh/wazuh-kibana-app/pull/404)).
|
||||
- Fixed a bug when using X-Pack that sometimes throwed an error of false _"Not enough privileges"_ scenario ([#415](https://github.com/wazuh/wazuh-kibana-app/pull/415)).
|
||||
- Fixed a bug when using X-Pack that sometimes threw an error of false _"Not enough privileges"_ scenario ([#415](https://github.com/wazuh/wazuh-kibana-app/pull/415)).
|
||||
- Fixed a bug where the Kibana Discover auto-refresh functionality was still working when viewing the _Agent configuration_ tab ([#419](https://github.com/wazuh/wazuh-kibana-app/pull/419)).
|
||||
|
||||
## Wazuh v3.2.1 - Kibana v6.2.4 - Revision 389
|
||||
@ -108,12 +108,12 @@ All notable changes to the Wazuh app project will be documented in this file.
|
||||
- New logging system ([#307](https://github.com/wazuh/wazuh-kibana-app/pull/307)):
|
||||
- New module implemented to write app logs.
|
||||
- Now a trace is stored every time the app is re/started.
|
||||
- Currently, the `initialize.js` and `monitoring.js` files works with this system.
|
||||
- Currently, the `initialize.js` and `monitoring.js` files work with this system.
|
||||
- Note: the logs will live under `/var/log/wazuh/wazuhapp.log` on Linux systems, on Windows systems they will live under `kibana/plugins/`. It rotates the log whenever it reaches 100MB.
|
||||
- Better cookies handling ([#308](https://github.com/wazuh/wazuh-kibana-app/pull/308)):
|
||||
- New field on the `.wazuh-version` index to store the last time the Kibana server was restarted.
|
||||
- This is used to check if the cookies have consistency with the current sever status.
|
||||
- Now the app is clever and takes decissions depending on new consistency checks.
|
||||
- This is used to check if the cookies have consistency with the current server status.
|
||||
- Now the app is clever and takes decisions depending on new consistency checks.
|
||||
- New design for the _Agents/Configuration_ tab ([#310](https://github.com/wazuh/wazuh-kibana-app/pull/310)):
|
||||
- The style is the same as the _Manager/Configuration_ tab.
|
||||
- Added two more sections: CIS-CAT and Commands ([#315](https://github.com/wazuh/wazuh-kibana-app/pull/315)).
|
||||
@ -144,10 +144,10 @@ All notable changes to the Wazuh app project will be documented in this file.
|
||||
- Now the app will re-create the index-pattern if the user deletes the currently used by the Wazuh app.
|
||||
- The fieldset is now automatically refreshed if the app detects mismatches.
|
||||
- Now every index-pattern is dynamically formatted (for example, to enable the URLs in the _Vulnerabilities_ tab).
|
||||
- Several code refactoring for a better handling of possible use cases.
|
||||
- Some code refactoring for a better handling of possible use cases.
|
||||
- And the best thing, it's no longer needed to insert the sample alert!
|
||||
- Improvements and changes to index-patterns ([#320](https://github.com/wazuh/wazuh-kibana-app/pull/320) & [#333](https://github.com/wazuh/wazuh-kibana-app/pull/333)):
|
||||
- New route, `/get-list`, to fetch the index pattern list.
|
||||
- Added a new route, `/get-list`, to fetch the index pattern list.
|
||||
- Removed and changed several functions for a proper management of index-patterns.
|
||||
- Improved the compatibility with user-created index-patterns, known to have unpredictable IDs.
|
||||
- Now the app properly redirects to `/blank-screen` if the length of the index patterns list is 0.
|
||||
@ -158,14 +158,14 @@ All notable changes to the Wazuh app project will be documented in this file.
|
||||
- Minor refactoring to the whole module.
|
||||
- Now the `wazuh-monitoring` index pattern is regenerated if it's missing.
|
||||
- And the best thing, it's no longer needed to insert the monitoring template!
|
||||
- Now the app healthcheck system only checks if the API and app have the same `major.minor` version ([#311](https://github.com/wazuh/wazuh-kibana-app/pull/311)):
|
||||
- Now the app health check system only checks if the API and app have the same `major.minor` version ([#311](https://github.com/wazuh/wazuh-kibana-app/pull/311)):
|
||||
- Previously, the API and app had to be on the same `major.minor.patch` version.
|
||||
- Adjusted space between title and value in some cards showing Manager or Agent configurations ([#315](https://github.com/wazuh/wazuh-kibana-app/pull/315)).
|
||||
- Changed red and green colours to more saturated ones, following Kibana style ([#315](https://github.com/wazuh/wazuh-kibana-app/pull/315)).
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed bug on Firefox browser who was not properly showing the tables with the scroll pagination functionality ([#314](https://github.com/wazuh/wazuh-kibana-app/pull/314)).
|
||||
- Fixed bug in Firefox browser who was not properly showing the tables with the scroll pagination functionality ([#314](https://github.com/wazuh/wazuh-kibana-app/pull/314)).
|
||||
- Fixed bug where visualizations weren't being destroyed due to ongoing renderization processes ([#316](https://github.com/wazuh/wazuh-kibana-app/pull/316)).
|
||||
- Fixed several UI bugs for a better consistency and usability ([#318](https://github.com/wazuh/wazuh-kibana-app/pull/318)).
|
||||
- Fixed an error where the initial index-pattern was not loaded properly the very first time you enter the app ([#328](https://github.com/wazuh/wazuh-kibana-app/pull/328)).
|
||||
@ -189,9 +189,9 @@ All notable changes to the Wazuh app project will be documented in this file.
|
||||
- We've removed the Bootstrap dependency from the `package.json` file.
|
||||
- We've removed and merged many duplicated rules.
|
||||
- We've removed HTML and `angular-md` overriding rules. Now we have more own-made classes to avoid undesired results on the UI.
|
||||
- Also, this update brings tons of minor bugfixes related with weird HTML code.
|
||||
- Also, this update brings tons of minor bugfixes related to weird HTML code.
|
||||
- Wazuh app visualizations reviewed ([#301](https://github.com/wazuh/wazuh-kibana-app/pull/301)):
|
||||
- The number of used buckets has been limited, since most of the table visualizations were surpassing acceptable limits.
|
||||
- The number of used buckets has been limited since most of the table visualizations were surpassing acceptable limits.
|
||||
- Some visualizations have been checked to see if they make complete sense on what they mean to show to the user.
|
||||
- Modified some app components for better follow-up of Kibana guidelines ([#290](https://github.com/wazuh/wazuh-kibana-app/pull/290) & [#297](https://github.com/wazuh/wazuh-kibana-app/pull/297)).
|
||||
- Also, some elements were modified on the _Discover_ tab in order to correct some mismatches.
|
||||
@ -216,27 +216,27 @@ All notable changes to the Wazuh app project will be documented in this file.
|
||||
- Support for Wazuh v3.2.1.
|
||||
- Brand-new first redesign for the app user interface ([#278](https://github.com/wazuh/wazuh-kibana-app/pull/278)):
|
||||
- This is the very first iteration of a _work-in-progress_ UX redesign for the Wazuh app.
|
||||
- The overall interface has been refreshed, removing some unnecessary colors and shadow effects.
|
||||
- The overall interface has been refreshed, removing some unnecessary colours and shadow effects.
|
||||
- The metric visualizations have been replaced by an information ribbon under the filter search bar, reducing the amount of space they occupied.
|
||||
- A new service was implemented for a proper handling of the metric visualizations watchers ([#280](https://github.com/wazuh/wazuh-kibana-app/pull/280)).
|
||||
- The rest of the app visualizations now have a new, more detailed card design.
|
||||
- New shards and replicas settings to the `config.yml` file ([#277](https://github.com/wazuh/wazuh-kibana-app/pull/277)):
|
||||
- Now you can apply custom values to the shards and replicas for the `.wazuh` and `.wazuh-version` indices.
|
||||
- This feature only works before the installation process. If you modify this settings after installing the app, they won't be applied at all.
|
||||
- This feature only works before the installation process. If you modify these settings after installing the app, they won't be applied at all.
|
||||
|
||||
### Changed
|
||||
|
||||
- Now clicking again on the _Groups_ tab on _Manager_ will properly reload the tab and redirect to the beginning ([#274](https://github.com/wazuh/wazuh-kibana-app/pull/274)).
|
||||
- Now the visualizations only use the `vis-id` attribute for loading them ([#275](https://github.com/wazuh/wazuh-kibana-app/pull/275)).
|
||||
- The colors from the toast messages have been replaced to follow the Elastic 6 guidelines ([#286](https://github.com/wazuh/wazuh-kibana-app/pull/286)).
|
||||
- The colours from the toast messages have been replaced to follow the Elastic 6 guidelines ([#286](https://github.com/wazuh/wazuh-kibana-app/pull/286)).
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed wrong data flow on _Agents/General_ when coming from and going to the _Groups_ tab ([#273](https://github.com/wazuh/wazuh-kibana-app/pull/273)).
|
||||
- Fixed sorting on tables, now they use the sorting functionality provided by the Wazuh API ([#274](https://github.com/wazuh/wazuh-kibana-app/pull/274)).
|
||||
- Fixed column width issues on some tables ([#274](https://github.com/wazuh/wazuh-kibana-app/pull/274)).
|
||||
- Fixed bug on the _Agent configuration_ JSON viewer who didn't properly show the full group configuration ([#276](https://github.com/wazuh/wazuh-kibana-app/pull/276)).
|
||||
- Fixed excesive loading time from some Audit visualizations ([#278](https://github.com/wazuh/wazuh-kibana-app/pull/278)).
|
||||
- Fixed bug in the _Agent configuration_ JSON viewer who didn't properly show the full group configuration ([#276](https://github.com/wazuh/wazuh-kibana-app/pull/276)).
|
||||
- Fixed excessive loading time from some Audit visualizations ([#278](https://github.com/wazuh/wazuh-kibana-app/pull/278)).
|
||||
- Fixed Play/Pause button in timepicker's auto-refresh ([#281](https://github.com/wazuh/wazuh-kibana-app/pull/281)).
|
||||
- Fixed unusual scenario on visualization directive where sometimes there was duplicated implicit filters when doing a search ([#283](https://github.com/wazuh/wazuh-kibana-app/pull/283)).
|
||||
- Fixed some _Overview Audit_ visualizations who were not working properly ([#285](https://github.com/wazuh/wazuh-kibana-app/pull/285)).
|
||||
@ -250,16 +250,16 @@ All notable changes to the Wazuh app project will be documented in this file.
|
||||
### Added
|
||||
|
||||
- New directives for the Wazuh app: `wz-table`, `wz-table-header` and `wz-search-bar` ([#263](https://github.com/wazuh/wazuh-kibana-app/pull/263)):
|
||||
- Maintainable and reusable components for a better structured app.
|
||||
- Maintainable and reusable components for a better-structured app.
|
||||
- Several files have been changed, renamed and moved to new folders, following _best practices_.
|
||||
- The progress bar is now within its proper directive ([#266](https://github.com/wazuh/wazuh-kibana-app/pull/266)).
|
||||
- Minor typos and refactoring changes for the new directives.
|
||||
- Minor typos and refactoring changes to the new directives.
|
||||
- Support for Elastic Stack v6.2.2.
|
||||
|
||||
### Changed
|
||||
|
||||
- App buttons have been refactored. Unified CSS and HTML for buttons, providing the same structure for them ([#269](https://github.com/wazuh/wazuh-kibana-app/pull/269)).
|
||||
- The API list on Settings now shows the latest inserted API at the beggining of the list ([#261](https://github.com/wazuh/wazuh-kibana-app/pull/261)).
|
||||
- The API list on Settings now shows the latest inserted API at the beginning of the list ([#261](https://github.com/wazuh/wazuh-kibana-app/pull/261)).
|
||||
- The check for the currently applied pattern has been improved, providing clever handling of Elasticsearch errors ([#271](https://github.com/wazuh/wazuh-kibana-app/pull/271)).
|
||||
- Now on _Settings_, when the Add or Edit API form is active, if you press the other button, it will make the previous one disappear, getting a clearer interface ([#9df1e31](https://github.com/wazuh/wazuh-kibana-app/commit/9df1e317903edf01c81eba068da6d20a8a1ea7c2)).
|
||||
|
||||
@ -268,7 +268,7 @@ All notable changes to the Wazuh app project will be documented in this file.
|
||||
- Fixed visualizations directive to properly load the _Manager/Ruleset_ visualizations ([#262](https://github.com/wazuh/wazuh-kibana-app/pull/262)).
|
||||
- Fixed a bug where the classic extensions were not affected by the settings of the `config.yml` file ([#266](https://github.com/wazuh/wazuh-kibana-app/pull/266)).
|
||||
- Fixed minor CSS bugs from the conversion to directives to some components ([#266](https://github.com/wazuh/wazuh-kibana-app/pull/266)).
|
||||
- Fixed bug on the tables directive when accessing a member it doesn't exists ([#266](https://github.com/wazuh/wazuh-kibana-app/pull/266)).
|
||||
- Fixed bug in the tables directive when accessing a member it doesn't exist ([#266](https://github.com/wazuh/wazuh-kibana-app/pull/266)).
|
||||
- Fixed browser console log error when clicking the Wazuh logo on the app ([#6647fbc](https://github.com/wazuh/wazuh-kibana-app/commit/6647fbc051c2bf69df7df6e247b2b2f46963f194)).
|
||||
|
||||
### Removed
|
||||
@ -317,14 +317,14 @@ All notable changes to the Wazuh app project will be documented in this file.
|
||||
- Support for Wazuh 3.1.0.
|
||||
- Compatibility with Kibana 6.1.3.
|
||||
- New error handler for better app errors reporting.
|
||||
- New extension for Amazon Web Services alerts.
|
||||
- New extension for VirusTotal alerts.
|
||||
- A new extension for Amazon Web Services alerts.
|
||||
- A new extension for VirusTotal alerts.
|
||||
- New agent configuration tab:
|
||||
- Visualize the current group configuration for the currently selected agent on the App.
|
||||
- Navigate through the different tabs to see which configuration is being used.
|
||||
- Check the synchronization status for the configuration.
|
||||
- View the current group of the agent and click on it to go to the Groups tab.
|
||||
- New initial healthcheck for cheking some app components.
|
||||
- New initial health check for checking some app components.
|
||||
- New YAML config file:
|
||||
- Define the initial index pattern.
|
||||
- Define specific checks for the healthcheck.
|
||||
@ -346,14 +346,14 @@ All notable changes to the Wazuh app project will be documented in this file.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Play realtime button has been fixed.
|
||||
- Play real-time button has been fixed.
|
||||
- Preventing duplicate APIs from feeding the wazuh-monitoring index.
|
||||
- Fixing the check manager connection button.
|
||||
- Fixing the extensions settings so they are preserved over time.
|
||||
- Many more error handling messages in all the tabs.
|
||||
- Much more error handling messages in all the tabs.
|
||||
- Fixed OS filters in agents list.
|
||||
- Fixed autocomplete lists in the agents, rules and decoders list so they properly scroll.
|
||||
- Many style fixes for the different browsers.
|
||||
- Many styles bugfixes for the different browsers.
|
||||
- Reviewed and fixed some visualizations not showing accurate information.
|
||||
|
||||
### Removed
|
||||
@ -373,7 +373,7 @@ All notable changes to the Wazuh app project will be documented in this file.
|
||||
- New loader for visualizations.
|
||||
- Better performance: now the tabs use the same Discover tab, only changing the current filters.
|
||||
- New Groups tab.
|
||||
- Now you can check your groups configuration (search its agents and configuration files).
|
||||
- Now you can check your group configuration (search its agents and configuration files).
|
||||
- The Logs tab has been improved.
|
||||
- You can sort by field and the view has been improved.
|
||||
- Achieved a clearer interface with implicit filters per tab showed as unremovable chips.
|
||||
@ -384,7 +384,7 @@ All notable changes to the Wazuh app project will be documented in this file.
|
||||
- Better integration with Kibana Discover.
|
||||
- Visualizations loaded at initialization time.
|
||||
- New sync system to wait for Elasticsearch JS.
|
||||
- Decoupling selected API and pattern from backend and moved to client side.
|
||||
- Decoupling selected API and pattern from backend and moved to the client side.
|
||||
|
||||
## Wazuh v2.1.0 - Kibana v5.6.1 - Revision 345
|
||||
|
||||
@ -404,9 +404,9 @@ All notable changes to the Wazuh app project will be documented in this file.
|
||||
|
||||
- New index in Elasticsearch to save Wazuh set up configuration
|
||||
- Short URL's is now supported
|
||||
- Native base path from kibana.yml is now supported
|
||||
- A native base path from kibana.yml is now supported
|
||||
|
||||
### Fixed
|
||||
|
||||
- Searchbar across panels now support parenthesis groupping
|
||||
- Search bar across panels now support parenthesis grouping
|
||||
- Several CSS fixes for IE browser
|
||||
|
Loading…
Reference in New Issue
Block a user