insights-core icon indicating copy to clipboard operation
insights-core copied to clipboard

Insights Core is a data collection and processing framework used by Red Hat Insights

Results 211 insights-core issues
Sort by recently updated
recently updated
newest added

When specifying the filters of the `cloud_cfg` spec as ``` add_filter(Specs.cloud_cfg, ['network', 'ssh_deletekeys', 'debug']) ``` The collected file will look like: ``` {"debug": {"output": "/var/log/cloud-init-debug.log"}, "network": null, "ssh_deletekeys": 1} ```...

In https://github.com/RedHatInsights/insights-core/blob/master/insights/specs/datasources/cloud_init.py#L114 the result is converted into the json but when using this datasource in the rule, it failed with `insights.parsers.ParseException: insights.parsers.cloud_cfg.CloudCfg couldn't parse json.` and skip the condition.

The file "branch_info" is created by insights-client itself. However, the insights client will run all the specs first, and after that, the "/branch_info" is created. As a result, in the...

Check all that apply: * [x] Have you followed the guidelines in our Contributing document, including the instructions about commit messages? * [ ] Is this PR to correct an...

Signed-off-by: Xiangce Liu ### All Pull Requests: Check all that apply: * [x] Have you followed the guidelines in our Contributing document, including the instructions about commit messages? * [...

* Adds new deny filter to allow removal of lines that match the deny criteria * Add testing for new deny filters Signed-off-by: Bob Fahr

The `_load(self)` method of the `Directory(dict)` class in the `insights-core/insights/core/ls_parser.py` is unable to parse the broken symlinks correctly when using the `ls -lanRL` command. Example: ``` [root@jobselko /]# ls -lan...

The SSSD group listings breaks the present implementation by parsing the domain group as the file-size. Resolves: #3395 Signed-off-by: Sachin Patil ### All Pull Requests: Check all that apply: *...

bug

### All Pull Requests: Check all that apply: * [ ] Have you followed the guidelines in our Contributing document, including the instructions about commit messages? * [x] Is this...

This is a follow-up to https://github.com/RedHatInsights/insights-core/issues/3405. I was kind of lucky to find the root cause of https://github.com/RedHatInsights/insights-core/issues/3405. `insights run` has no command line arguments that would reveal why there...