Server IP : 172.24.0.40 / Your IP : 216.73.216.239 Web Server : Apache System : Linux dbweb26.ust.edu.ph 4.18.0-513.5.1.el8_9.x86_64 #1 SMP Fri Sep 29 05:21:10 EDT 2023 x86_64 User : apache ( 48) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/root/usr/share/doc/insights-client/ |
Upload File : |
--- # Omit lines from files and command output in the collection using parameters listed here. # Using YAML syntax, create lists of "patterns" and "keywords" to omit. # About the "patterns" section # ---------------------------- # Lines matching the parameters specified will be omitted # in the order that the parameters are given, e.g., # patterns: # - "example_string_1" # - "example_string_2" # Lines containing "example_string_1" or "example_string_2" will be # omitted from output. # Regular expression matching using egrep are available to use. # Wrap the list with "regex" like in the following example: # patterns: # regex: # - "abc.*" # - "localhost[[:digit:]]" # Lines matching these regular expressions will be omitted # from output. # NOTE: You cannot mix plain string matching and regular expression matching. # About the "keywords" section # ---------------------------- # Replace the specified keywords with generic identifiers by the soscleaner module. # NOTE: In order to use keyword replacement, the "obfuscate" option must be enabled in # the insights-client.conf file. # Refer to https://access.redhat.com/articles/4511681 for up-to-date configuration information. # An example configuration is provided below. patterns: regex: - "abc.*" keywords: - "1.1.1.1" - "keyword_example" # More examples # -------- # patterns: # regex: # # never send up lines with my host name suffix (example.com) # - "[a-zA-Z_.-]*example\.com" # # # never send up uncompressed IPv6 addresses # - "([0-9a-fA-F]{0,4}:){7}[0-9a-fA-F]{0,4}"