Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.36 KB

config.md

File metadata and controls

32 lines (28 loc) · 1.36 KB

Configuration

  • delay (int) - Delay (milliseconds) between rule starts
  • rules (String) - Location of the rule(s) (e.g. /tmp/rules or /tmp/myRule.groovy)
  • sources (Seq) - Sources
    • name (Option) - Should uniquely specified in case of multiple sources
    • url (String) - Connection url (e.g. elasticSearch:http://localhost:9200)
    • params (Option) - Optional parameters
      • AWS
        • awsRegion
        • awsAccessKey
        • awsSecretKey
  • targetSettings (TargetSettings) - Target specific settings (shared with all rules)
    • hipchat (HipchatSettings) - HipChat settings
    • mailServer (MailServerSettings) - Mail Server (SMTP) settings
      • host (String) - e.g. "smtp.gmail.com"
      • port (String) - e.g. "465"
      • auth (boolean) - e.g. true
      • username (String) - e.g. "myemail@test.com"
      • password (String) - your password
    • slack (SlackSettings) - Slack settings
      • accessToken (String) - Token
    • jira (JiraSettings) - Jira settings
      • url (String) - e.g. "http://jira.company.com"
      • username (String) - Jira username
      • password (String) - Jira password
  • home (String) - Location of the L3rt's home. Used for the state storing