Closed
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- For a project, I'm trying to add detection rules such that they are tied to a particular namespace. Due to the parsing of beats using
beat-*
, it gets harder to add a namespace variable before * - If any of the parent directories have a
-
in the name, it fails to compile
Describe the solution you'd like
A clear and concise description of what you want to happen.
- Once the issue is resolved, beats would be parsed by
beat-
instead ofbeat-*
so that it is easy to add a namespace afterbeat-
- Once fixed, parent directories having
-
shouldn't block from running the program
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
2) Edited my file path to have no -. This works fine but having a generic option would help
Additional context
Add any other context or screenshots about the feature request here.