General
Kubernetes config
Specify path to kubernetes config file with the following priority:
- Command parameter ./ktail -c /path/to/.kube/config
- KUBECONFIG environment variable
- Default location at ~/home/.kube/config
Rules
You can configure which lines should be excluded and which lines should be highlighted via a regular expression. For each highlighter you can also configure an extractor, which is an additional regular expression to extract text from matching lines via the named capture group "text". The extracted text will be collected and shown in the summary below the log view. Equal results are grouped and counted. When clicking on a row the first match of the group will be selected in the log view.