• Important Information
  • TIBCO Documentation and Support Services
  • Installation and Configuration Guide
    • TIBCO Hawk® Container Edition Overview
      • Hawk Container Edition Features
      • Key Hawk Concepts
    • Hawk Container Edition Architecture and Components
      • Hawk Agent
        • Hawk Container Edition Microagents
      • Hawk Cluster Manager
      • Hawk Console
    • Dockerize Hawk Container Edition
      • Dockerfiles for Hawk Container Edition
      • Building Hawk Container Edition Components Docker Images
      • Running Hawk Container Edition Docker Containers in Standalone Mode
        • Viewing Container Logs
        • Environment Variables for Hawk Container Edition Components
    • Running Hawk Container Edition on AWS Based Kubernetes Cluster
      • Setting up a Kubernetes Cluster on AWS
      • Deploying Hawk Container Edition Containers on AWS Based Kubernetes Cluster
      • Hawk Container Edition Components YAML Files
    • Rulebase Repository Management in Hawk Console
      • Creating Agent Groups
      • Creating Rulebase Mapping
      • Migrating Rulebases and Schedules from Hawk Agent to Rulebase Repository
      • Actions on Rulebase Repository Configuration Objects
    • Adding Custom Hawk Plug-Ins to the Hawk Agent
    • Hawk Container Edition Programming
  • Microagent Reference Guide
    • Microagent Overview
    • Common Methods
      • The getReleaseVersion Method
      • The getTraceLevel Method
      • The setTraceLevel Method
      • The getTraceParameters Method
      • The setTraceParameters Method
      • The _onUnsolicitedMsg Method
    • The COM.TIBCO.hawk.microagent.Self Microagent
      • The Self:getMicroAgentInfo Method
      • The Self:getAgentTimeZone Method
      • The Self:getSecurityInfo Method
      • The Self:getComponentInfo Method
      • The Self:turnDiagnosticsOn Method
      • The Self:turnDiagnosticsOff Method
      • The Self:getUptime Method
      • The Self:doAMIDiscovery Method
      • The Self:onMicroAgentEvent Method
    • The COM.TIBCO.hawk.microagent.SysInfo Microagent
      • The SysInfo:getOperatingSystem Method
      • The SysInfo:getArchitecture Method
      • The SysInfo:getHostName Method
      • The SysInfo:getNetworkAddress Method
    • The COM.TIBCO.hawk.microagent.RuleBaseEngine Microagent
      • The RuleBaseEngine:deleteRuleBase Method
      • The RuleBaseEngine:getExternalVariables Method
      • The RuleBaseEngine:getRuleBaseNames Method
      • The RuleBaseEngine:getScheduleNames Method
      • The RuleBaseEngine:loadRuleBase Method
      • The RuleBaseEngine:loadRuleBaseFromFile Method
      • The RuleBaseEngine:unloadRuleBase Method
      • The RuleBaseEngine:getConfigInfo Method
      • The RuleBaseEngine:sendMail Method
      • The RuleBaseEngine:onAlertCount Method
      • The RuleBaseEngine:onAlertCountForRulebase Method
      • The RuleBaseEngine:suspendAlert Method
      • The RuleBaseEngine:suspendAllAlerts Method
      • The RuleBaseEngine:resumeSuspendedAlerts Method
      • The RuleBaseEngine:updateExternalVariables Method
    • The COM.TIBCO.hawk.microagent.tcpdaemon.TcpClusterStatus Microagent
      • The TcpClusterStatus:getDaemonStatus Method
      • The TcpClusterStatus:getClusterStatus Method
      • The TcpClusterStatus:getMemberCount Method
      • The TcpClusterStatus:onMemberEvent Method
    • The COM.TIBCO.hawk.microagent.TCPMessaging Microagent
      • The TcpMessaging:sendMessage Method
      • The TcpMessaging:onMessage Method
      • The TcpMessaging:onNumber Method
      • The TcpMessaging:onTimeout Method
    • The COM.TIBCO.hawk.microagent.DockerHostMA Microagent
      • The DockerHostMA:getContainerInfo Method
      • The DockerHostMA:getContainerStats Method
      • The DockerHostMA:onContainerLogs Method
      • The DockerHostMA:getContainerProcessInfo Method
      • The DockerHostMA:startContainer Method
      • The DockerHostMA:stopContainer Method
      • The DockerHostMA:restartContainer Method
      • The DockerHostMA:killContainer Method
      • The DockerHostMA:pauseContainer Method
      • The DockerHostMA:unpauseContainer Method
      • The DockerHostMA:removeContainer Method
      • The DockerHostMA:getDockerImages Method
      • The DockerHostMA:getDockerVolumes Method
    • The COM.TIBCO.hawk.microagent.uc.UniversalCollectorMicroAgent Microagent
      • The UniversalCollectorMicroAgent:addDockerLogCollector Method
      • The UniversalCollectorMicroAgent:addForwarder Method
      • The UniversalCollectorMicroAgent:addLogFileCollector Method
      • The UniversalCollectorMicroAgent:addRulebaseDataCollector Method
      • The UniversalCollectorMicroAgent:getCollector Method
      • The UniversalCollectorMicroAgent:getForwarder Method
      • The UniversalCollectorMicroAgent:removeCollector Method
      • The UniversalCollectorMicroAgent:removeForwarder Method
      • The UniversalCollectorMicroAgent:sendMessage Method
    • The COM.TIBCO.hawk.microagent.Custom Microagent
      • The Custom:execute Method
      • The Custom:executeForNumber Method
      • The Custom:executeForString Method