Skip to content

Global Keywords

global_keywords are monitored on all containers.

Keywords/regexes under global_keywords can also be configured with additional settings as described in the containers section. For an overview of all the possible settings refer to this table.

yaml
global_keywords:              
  keywords:
    - login failed
    - regex: 'download.*failed' 
      action: stop
    - keyword: download failed
      attach_logfile: true
    - keyword_group:
      - error
      - timeout