Bug 1649717

Summary: Insights-client remove.conf doesn't support regexp pattern occurrences of the preceding {x,y}, due to current architecture solution
Product: Red Hat Hybrid Cloud Console (console.redhat.com) Reporter: Eduard <esakaiev>
Component: ClientAssignee: jcrafts
Status: CLOSED DEFERRED QA Contact: Pavol Kotvan <pakotvan>
Severity: low Docs Contact: Kevin Blake <kblake>
Priority: unspecified    
Version: unspecifiedCC: dajohnso, fstavela, jcrafts, klape, lphiri, pakotvan
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-11-15 12:08:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Eduard 2018-11-14 10:52:39 UTC
Description of problem:

insights-client doesn't support {x,y} regexp pattern, due to current architecture solution, due to using in remove.conf the comma separator in patterns section. 


How reproducible: 100% 


Steps to Reproduce:
# cat /etc/insights-client/remove.conf
[remove]
patterns=[[:digit:]]\{1,3\}

#insights-client --no-upload

Actual results:

grep: Unmatched \{
grep: Unmatched \{
grep: Unmatched \{
grep: Unmatched \{
grep: Unmatched \{
grep: Unmatched \{
grep: Unmatched \{
grep: Unmatched \{
grep: Unmatched \{
grep: Unmatched \{
grep: Unmatched \{
...
Additional info: