Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 4.8.0 into 4.8.1 #6472

Merged
merged 29 commits into from Mar 4, 2024
Merged

Merge 4.8.0 into 4.8.1 #6472

merged 29 commits into from Mar 4, 2024

Commits on Feb 9, 2024

  1. Remove the vulnerability pattern check in the health check (#6396)

    * fix: remove the vulnerability pattern check in the health check
    
    - Remove the vulnerability pattern check in the health check
    - Remove setting: checks.vulnerability.check
    
    * changelog: add pull request entry
    
    * test: update snapshots
    Desvelao committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    2a85ef7 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Add cluster filter by default in vulnerabilities dashboard and invent…

    …ory tab (#6399)
    
    * Change filters management on vulnerabilities searchbar
    
    * Fix import vulnerability index pattern constant
    
    * Add vulnerability cluster implicit filter
    
    * Add wazuh.cluster and wazuh.node to dataInjectScript for vulnerabilities
    
    * Fix manager filter on enter to vulnerability event tab
    
    * Fix to keep normal fixes them between dashboard and inventory tab
    
    * Fix add one of... filter
    
    * Vulnerability adapters are extracted from use_searbar_configuration
    
    * Fixed No Results functionality in Vulnerabilities Dashboard and Inventory
    
    * Fix use_search_bar_configuration tests
    
    * Add CHANGELOG
    
    * Fix CHANGELOG
    
    * Change order of the implicit filters
    
    * Fix changelog
    
    ---------
    
    Co-authored-by: Luciano Gorza <lucianogorza@gmail.com>
    Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com>
    3 people committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6b897b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Fix home view kpis styles (#6408)

    * Fix home view kpis styles
    
    * Fix kpis redirect
    
    * Fix snapshot
    
    * Add changelog
    
    * Fix kpi colors
    
    * Update changelog
    yenienserrano committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    213d09e View commit details
    Browse the repository at this point in the history
  2. Check the existence of the index pattern of vulnerabilities states in…

    … Vulnerabilities Detection tabs (#6405)
    
    * feat: add withGuardAsync HOC
    
    * feat(vulnerabilities): add the usage of HOC in the Vulnerabilities Detection tabs
    
    - Add the usage of HOC in the Vulnerabilities Detection to check if the
      index pattern exist or try to create if exist matching indices:
      - Dashboard
      - Inventory
      - Events
    - Add a callout to the Dashboard and Inventory tabs of Vulnerabilities
      Detection module that displays a warning message about the module is
      not enabled.
    
    * fix(vulnerabilities): property in the API response related to module is enabled
    
    * feat(vulnerabilities): remove the check existence of the index pattern in the Dashboard and Inventory tab
    
    * changelog: add entry
    
    * fix(vulnerabilities): fix typo
    
    * fix(vulnerabilities): fix documentation URL
    
    * fix(workaround): refresh the page when the wazuh-vulnerabilities-states index pattern is created
    
    This solves a problem of there are not implicit filters on the Events
    tab of Vulnerabilities Detection application if the HOC is passed and
    the filters could not be set when unmounting Dashboard or Event tabs due
    to the protection of the HOC that checks the existence of the index
    pattern.
    
    * Fix request
    
    * feat: add loading effect to vulnerabilities check index HOC
    
    - Create LoadingSpinnerDataSource
    
    * fix: loading spinner data source styles
    
    * fix: double request on Vulnerabilities Detection > Inventory
    
    ---------
    
    Co-authored-by: Ian Yenien Serrano <ian.serrano@wazuh.com>
    Desvelao and yenienserrano committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0d95e55 View commit details
    Browse the repository at this point in the history
  3. Add manager filter with cluster mode disabled (#6410)

    * Add manager filter with cluster mode disabled
    
    * Add changelog
    
    ---------
    
    Co-authored-by: Nicolas Agustin Guevara Pihen <42900763+Tostti@users.noreply.github.com>
    asteriscos and Tostti committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4bdde78 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Change text in endpoint summary most active agent tooltip (#6421)

    * Change Most active agent tooltip text
    
    * Add changelog
    asteriscos committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ce8f50f View commit details
    Browse the repository at this point in the history
  2. Add the Vulnerabilities Detection application to the menu in Endpoint…

    …s summary view (#6423)
    
    * fix(endpoint-summary): add a link to the Vulnerabilities Detection application to the menu
    
    * changelog: add pull request entry
    
    - Add pull request entry
    - Move pull request reference to another entry
    Desvelao committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e317a0b View commit details
    Browse the repository at this point in the history
  3. Change the value to display in the Top 5 agents table in Vulnerabilit…

    …ies Detection dashboard (#6424)
    
    * feat(vulnerabilities-detection): display the agent.name in the Top 5 agents table of Vulnerabilities Detection > Dashboard
    
    * changelog: add pull request entry
    Desvelao committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    cbe0d85 View commit details
    Browse the repository at this point in the history
  4. Update the vulnerabilities events injector script (#6426)

    Update sample template and script
    asteriscos committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ff9c26f View commit details
    Browse the repository at this point in the history
  5. Changed most vulnerable endpoint label (#6422)

    * Changed most vulnerable label and package.path
    
    * Add Changelog
    
    * Change agent.id to agent.name
    
    * Fix commit
    
    * fix typo
    
    * Update changelog
    
    * Remove "-s" from endpoints
    
    ---------
    
    Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com>
    JuanGarriuz and asteriscos committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5befcbf View commit details
    Browse the repository at this point in the history
  6. Update changelog

    Tostti committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    810ab4a View commit details
    Browse the repository at this point in the history
  7. Update package.json

    Tostti committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5fc2fe9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a24a219 View commit details
    Browse the repository at this point in the history
  9. Bump version 4.7.3 (#6428)

    ### Description
    This pull request bumps Wazuh version to 4.7.3 revision 00 to add
    support to the new version.
    
    This change was made running the command 
    ```
    node scripts/release/bump.js --manifest-changelog ./CHANGELOG.md --manifest-package ./plugins/main/package.json --platform-version 2.8.0 --plugin-main-generate-api-data-spec https://raw.githubusercontent.com/wazuh/wazuh/v4.7.2/api/api/spec/spec.yaml --plugins-directory ./plugins --revision 00 --version 4.7.3
    
    ```
    
    ### Issues Resolved
    #6427
    
    ### Check List
    - [ ] All tests pass
      - [ ] `yarn test:jest`
    - [ ] New functionality includes testing.
    - [ ] New functionality has been documented.
    - [ ] Update [CHANGELOG.md](./../CHANGELOG.md)
    - [ ] Commits are signed per the DCO using --signoff
    Tostti committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b45f9ca View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Exclude server filters on Vulnerabilities Detection > Dashboard and I…

    …nventory (#6429)
    
    * feat: add hidden filters to Vulnerabilities Detection
    
    - Add hidden filters to Vulnerabilities Detection > Dashboard and
      Inventory
      - Exclude server data (depends on the hideManagerAlerts setting)
      - Restrict to allowed agents
    
    * fix: implicit filter could be removed on Vulnerabilities Detection > Inventory if resize the window
    
    * changelog: add pull request entry
    Desvelao committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5bc3360 View commit details
    Browse the repository at this point in the history
  2. Improve MITRE ATT&CK error handling (#6431)

    * Add checks to request
    
    * Add Changelog
    
    * fix typo in changelog
    JuanGarriuz committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8e0bc87 View commit details
    Browse the repository at this point in the history
  3. Fixed filebeat in development environments (#6433)

    Update filebeat curl in dev environments
    yenienserrano committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    270bd84 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Bump revision 01 for 4.7.3 RC1 (#6437)

    * Update changelog
    
    * Update opensearch_dashboards.json
    
    * Update package json
    Tostti committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    7ae57cc View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    8e6643a View commit details
    Browse the repository at this point in the history
  2. Merge 4.7.3 into 4.8.0 (#6442)

    Merge 4.7.3 into 4.8.0
    Desvelao committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8ad92e5 View commit details
    Browse the repository at this point in the history
  3. Bump revision 04 for 4.8.0 Beta 2 (#6445)

    Bump revision
    Tostti committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f3d3904 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Fixed keeping filters between dashboard and inventory using visualiza…

    …tions call to actions (#6448)
    
    * Fixed keeping filters between dashboard and inventory using visualizations call to actions
    
    * Added CHANGELOG
    
    * Fixed to remove auto loaded agent.id filters
    
    * Fix CHANGELOG
    
    * Fixed hideManagerAlerts filter
    
    * Fixed filters order
    jbiset committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8c39829 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Bump revision 02 for 4.7.3 RC2 (#6456)

    Bump revision to 02
    asteriscos committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    97aa0ed View commit details
    Browse the repository at this point in the history
  2. Remove relative_dirname from CDB List (#6458)

    * Remove relative_dirname
    
    * Add changelog
    asteriscos committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    568f1e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    7155cab View commit details
    Browse the repository at this point in the history
  2. Merge 4.7.3 into 4.8.0 (#6466)

    Merge 4.7.3 into 4.8.0
    asteriscos committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6fcfe2e View commit details
    Browse the repository at this point in the history
  3. Bump revision 05 for 4.8.0 Beta 3 (#6468)

    * bump revision 05
    
    * Modify changelog
    Tostti committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5120f93 View commit details
    Browse the repository at this point in the history
  4. Update changelog (#6469)

    Tostti committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    770d22c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    d3c3e64 View commit details
    Browse the repository at this point in the history