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

For my use case I need to report to users what is the file with offending nfs lines. For this usecase I need to map 'raw_lines' back to original source...

enhancement
3.x

When analyzing a cluster, we only produce a report for the cluster level rules after all of the individual hosts have been evaluated. Errors could be occurring during those host...

enhancement

`insights-run` only detects a directory of archives or an archive of archives as an indication to perform cluster analysis. It should accept another file containing paths to treat as archives...

enhancement

Below is an example. The fatal message is printed 3 lines each second. For 1 hour, 3 * 60 * 60 = 10,800 lines. Now insights-client collect all these lines....

Fixed by core3 collection

When a simple command like `ls /etc/yum.repos.d` is mangled it converts the "/" chars to ".", so in this case `insights_commands/ls_.etc.yum.repos.d`. When the archive is read and the parser `self.file_path`...

bug
Fixed by core3 collection

After remove /var/lib/insights/last_stable.egg and last_stable.egg.asc, insights-client is using rpm.egg (old version) to make request, it does not download the newest egg file. Comparing the etag, it is same, so return...

client

The [_pyOpenSSL_](https://pypi.org/project/pyOpenSSL/) package currently [required](https://github.com/RedHatInsights/insights-core/blob/95d79585f06a99dc6c6e910bad0b2d896a9b9d79/setup.py#L42) does not support Python 2.6 in its most recent version [18.0.0](https://pypi.org/project/pyOpenSSL/18.0.0/). However only a one step previous version [17.5.0](https://pypi.org/project/pyOpenSSL/17.5.0/) still supports it and installs just...

client

If you want to configure _insights-core_ to remove a file from collection, it’s not possible if the filename contains a `,` comma. The reason is there when a configuration file...

bug
client

Test the insights-client with Satellite 6 and Satellite 5 _imported from Trello_

client

The [_ZipExtractor_](https://github.com/RedHatInsights/insights-core/blob/95d79585f06a99dc6c6e910bad0b2d896a9b9d79/insights/core/archives.py#L29) and [_TarExtractor_](https://github.com/RedHatInsights/insights-core/blob/95d79585f06a99dc6c6e910bad0b2d896a9b9d79/insights/core/archives.py#L44) classed depend on external tools: [_unzip_](https://github.com/RedHatInsights/insights-core/blob/95d79585f06a99dc6c6e910bad0b2d896a9b9d79/insights/core/archives.py#L39) and [_tar_](https://github.com/RedHatInsights/insights-core/blob/95d79585f06a99dc6c6e910bad0b2d896a9b9d79/insights/core/archives.py#L72) respectively. It‘s hard not to have _tar_ installed, but for _unzip_ this can happen quite easily. Both are...

3.x
client