We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ecs
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
Describe the bug The ecs folder structure in the main branch does not match the folder structure on the 6.0.0 branch.
main
6.0.0
Expected behavior Each subfolder should contain:
docs
event-generator
fields
Additional context Example folder structure in the 6.0.0 branch.
states-inventory-hotfixes ├── docs │ ├── fields.csv │ └── README.md ├── event-generator │ └── event_generator.py └── fields ├── custom │ ├── agent.yml │ ├── host.yml │ ├── os.yml │ ├── package.yml │ └── risk.yml ├── mapping-settings.json ├── subset.yml ├── template-settings.json └── template-settings-legacy.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The
ecs
folder structure in themain
branch does not match the folder structure on the6.0.0
branch.Expected behavior
Each subfolder should contain:
docs
folder.event-generator
folder.fields
folder.Additional context
Example folder structure in the 6.0.0 branch.
The text was updated successfully, but these errors were encountered: