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

It is found with the spec "ls -lZ /var/lib/rsyslog", the output of the spec is ``` -rw------- 1 root root ? 125 Dec 11 01:04 imjournal.state ``` The archive is...

Once the following issues are totally fixed: - https://github.com/actions/setup-python/issues/162 - https://github.com/actions/setup-python/issues/401

- and add more tests - see RHINENG-8775 ### All Pull Requests: Check all that apply: * [x] Have you followed the guidelines in our Contributing document, including the instructions...

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

- When obfuscate=True/obfuacate_hostname=True is specified, the canonical facts should also be obfuscated even when 'checkin' - See RHINENG-9595 ### All Pull Requests: Check all that apply: * [x] Have you...

For a collected content, after cleaner.clean_content(), it has the result ['\n', '\n']. Will this be the final content and be collected inside insights-archive? Or this file will be emptied and...

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

client

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

- Pass the context and datasource to the Provider to fix the issue of: When running rules against insights-archive collected by core-collection the context and datasource is not generated accordingly,...

``` ❯ grep "add_filter" test_rule.py | grep Messages add_filter(Messages, ['Successfully activated', 'Installed product 479 not present in response']) ❯ grep "(Messages)" test_rule.py -A 5 @incident(Messages) def check_error_log(messages): for line in...