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

Coredump generation HOWTO for Linux and MacOS Wazuh agents #7281

Merged
merged 22 commits into from
May 8, 2024

Conversation

tdrauncieal
Copy link
Contributor

@tdrauncieal tdrauncieal commented May 2, 2024

Related Issue
#7278

Description

This pull request aims to conclude the development exposed in the related issue, adding documentation of the process and steps to enable/disable coredump generation to be made on Linux and MacOS O.S.

Build output log

Running Sphinx v7.0.1
loading translations [en-US]... not available for built-in messages
building [mo]: targets for 0 po files that are out of date
writing output... 
building [html]: targets for 705 source files that are out of date
updating environment: [new config] 705 added, 0 changed, 0 removed
reading sources... [100%] user-manual/wazuh-indexer/wazuh-indexer-tuning                                                                                                                     
Copying static files for wazuh-doc-images...[100%] img/loading.gif                                                                                                                           
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] user-manual/wazuh-indexer/wazuh-indexer-tuning                                                                                                                      
generating indices... done
writing additional pages... not_found moved-content search done
copying images... [100%] images/manual/wazuh-indexer/indexer-cluster-with-shard-replicas-diagram.png                                                                                         
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded.

Output

image

Docs building

  • Compiles without warnings.

@tdrauncieal tdrauncieal self-assigned this May 2, 2024
@tdrauncieal tdrauncieal linked an issue May 2, 2024 that may be closed by this pull request
2 tasks
@tdrauncieal tdrauncieal force-pushed the 7278-coredump-setup-howto branch 3 times, most recently from f338839 to a0094b7 Compare May 3, 2024 17:47
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
aritosteles
aritosteles previously approved these changes May 3, 2024
Copy link
Contributor

@aritosteles aritosteles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

Leoquicenoz
Leoquicenoz previously approved these changes May 3, 2024
Copy link
Contributor

@Leoquicenoz Leoquicenoz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

@javimed javimed added level/task Task issue type/enhancement Enhancement issue labels May 3, 2024
@tdrauncieal tdrauncieal dismissed stale reviews from Leoquicenoz and aritosteles via dccf2d3 May 3, 2024 19:34
Copy link
Member

@javimed javimed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please include an entry for this new webpage in the redirects.js file.

  • newUrls['4.9'] = [
    '/release-notes/release-4-9-0.html',
    '/deployment-options/offline-installation/index.html',
    '/deployment-options/offline-installation/step-by-step.html',
    '/deployment-options/offline-installation/installation-assistant.html',
    ];

source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
tdrauncieal and others added 7 commits May 7, 2024 14:19
Co-authored-by: Javier Medeot <javier.medeot@wazuh.com>
Co-authored-by: Javier Medeot <javier.medeot@wazuh.com>
Co-authored-by: Javier Medeot <javier.medeot@wazuh.com>
Co-authored-by: Javier Medeot <javier.medeot@wazuh.com>
tdrauncieal and others added 4 commits May 7, 2024 17:17
Co-authored-by: Javier Medeot <javier.medeot@wazuh.com>
Co-authored-by: Javier Medeot <javier.medeot@wazuh.com>
Co-authored-by: Javier Medeot <javier.medeot@wazuh.com>
Co-authored-by: Javier Medeot <javier.medeot@wazuh.com>
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
tdrauncieal and others added 2 commits May 7, 2024 17:36
Co-authored-by: Javier Medeot <javier.medeot@wazuh.com>
Co-authored-by: Javier Medeot <javier.medeot@wazuh.com>
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
source/development/coredump.rst Outdated Show resolved Hide resolved
Co-authored-by: Javier Medeot <javier.medeot@wazuh.com>
@tdrauncieal tdrauncieal requested a review from javimed May 8, 2024 19:31
Copy link
Member

@ncvicchi ncvicchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Contributor

@aritosteles aritosteles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@javimed javimed merged commit d553c21 into 4.9.0 May 8, 2024
3 checks passed
@javimed javimed deleted the 7278-coredump-setup-howto branch May 8, 2024 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue type/enhancement Enhancement issue
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Config of Core Dump generation on Linux and MacOs OS of wazuh agents (HOWTO)
5 participants