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

Improve process table in inventory tab for Linux agents #1585

Closed
jesusgn90 opened this issue Jul 12, 2019 · 6 comments
Closed

Improve process table in inventory tab for Linux agents #1585

jesusgn90 opened this issue Jul 12, 2019 · 6 comments
Assignees
Labels
type/enhancement Enhancement issue UI/UX Generic label for things related to the font-end side

Comments

@jesusgn90
Copy link
Contributor

Describe the solution you'd like
The Wazuh API is giving us more fields than we are showing to the user. We should add the missing fields.

Additional context
Here is how the table looks right now:

image

And here we can see the fields given by the Wazuh API:

image

@jesusgn90 jesusgn90 added type/enhancement Enhancement issue UI/UX Generic label for things related to the font-end side ui:tables labels Jul 12, 2019
@adri9valle
Copy link
Contributor

adri9valle commented Jul 12, 2019

Update

In Windows have been added: pid,ppid,vm_size and in Linux system: egroup,pid,ppid,cmd,argvs,vm_size,size,session.

Windows

image

Linux

image

@jesusgn90
Copy link
Contributor Author

image

Please, resize some columns, it doesn't make sense having PPID column with the same width as CMD column for example.

@adri9valle
Copy link
Contributor

Update

Backport testing 7.1.1

I did the cherry-pick in my local 3.9.3-7.1.1 branch and works properly.

git cherry-pick a913e8fc2ccdc6dd1087f190e5f740f4ee760362

@adri9valle
Copy link
Contributor

adri9valle commented Jul 12, 2019

image

Please, resize some columns, it doesn't make sense having PPID column with the same width as CMD column for example.

Now this problem is solved in this commit 8151355:

image

NOTE: this fix is compatible with 7.2 and 7.1.1

@adri9valle
Copy link
Contributor

Update

In 6.8.1 this problem has been solved too.

Windows

image

Linux

image

@jesusgn90 jesusgn90 added this to the 29th week sprint milestone Jul 12, 2019
@adri9valle
Copy link
Contributor

Update

The processes table is hidden when the agent is MacOs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Enhancement issue UI/UX Generic label for things related to the font-end side
Projects
None yet
Development

No branches or pull requests

2 participants