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

Add new FIM settings on configuration on demand #2147

Closed
juankaromo opened this issue Mar 24, 2020 · 3 comments
Closed

Add new FIM settings on configuration on demand #2147

juankaromo opened this issue Mar 24, 2020 · 3 comments
Assignees
Labels
type/enhancement Enhancement issue
Milestone

Comments

@juankaromo
Copy link
Contributor

juankaromo commented Mar 24, 2020

Hi team,

After the rework of the FIM module some new settings have been added that have to be shown in the on-demand configuration of the interface.

The API call is GET /agents/<agent-id>/config/syscheck/syscheck, and the new settings in the response data message is:

      "synchronization": {
        "enabled": "yes",
        "max_interval": 3600,
        "interval": 20,
        "response_timeout": 30,
        "queue_size": 16384,
        "max_eps": 1000
      },
      "max_eps": 100,
      "process_priority": 10,
      "database": ""
    }

We have to add these settings for both the current branch 3.12.1 [3.12-7.6] (in angular.js) and the redesigned app [3.13-7.6], in this case in React.js

Regards.

@juankaromo juankaromo added type/enhancement Enhancement issue 3.12.0 labels Mar 24, 2020
@juankaromo juankaromo added this to the Sprint 109 milestone Mar 24, 2020
@juankaromo juankaromo added this to To do in Wazuh 3.12.0 via automation Mar 24, 2020
@Desvelao
Copy link
Member

Desvelao commented Mar 25, 2020

Wazuh core issue: wazuh/wazuh#4784
Wazuh branch with the fix to testing: fix-FIM-configOnDemand
Settings documentation: https://documentation.wazuh.com/3.12/user-manual/reference/ossec-conf/syscheck.html?highlight=syscheck#synchronization

3.13-7.6 ReactJS
Branch: 3.13-7.6-new-fim-settings-#2147
These new fields are for manager and agents. They are always returned.

  • Added a new tab Synchronization
    synchronization tab

  • max_eps, process_priority and database fields are displayed in General tab
    new fim settings in general tab

@Desvelao
Copy link
Member

Desvelao commented Mar 26, 2020

3.12-7.6 - AngularJS
Branch: 3.12-7.6-new-fim-settings-#2147

  • Synchornization tab
    synchornization tab

  • max_eps, process_priority and database fields are displayed in General tab
    new fim settings in general tab

@Desvelao
Copy link
Member

Update:

  • Added skip_dev, skip_sys and skip_proc settings what were missing to ReactJS and AngularJS branches in general tab

General tab in React with these settings.
new-fim-settings

Wazuh 3.12.0 automation moved this from To do to Done Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Enhancement issue
Projects
No open projects
Wazuh 3.12.0
  
Done
Development

No branches or pull requests

2 participants