 Documentation
      ΒΆ
      Documentation
      ΒΆ
    
    
  
    
  
    Index ΒΆ
Constants ΒΆ
      View Source
      
  
const ( // StateDone indicates a dispatch state of Done StateDone = "DONE" // StateFailed indicates a dispatch state of Failed StateFailed = "FAILED" // StateFinalizing indicates a dispatch state of Finalizing StateFinalizing = "FINALIZING" // StateParsing indicates a dispatch state of Parsing StateParsing = "PARSING" // StatePaused indicates a dispatch state of Paused StatePaused = "PAUSED" // StateQueued indicates a dispatch state of Queued StateQueued = "QUEUED" // StateRunning indicates a dispatch state of Running StateRunning = "RUNNING" // ControlError indicates a dispatch state of Error ControlError = "CONTROL_ERROR" )
Variables ΒΆ
This section is empty.
Functions ΒΆ
func NewFactory ΒΆ
Types ΒΆ
type Config ΒΆ
type Config struct {
	scraperhelper.ControllerConfig `mapstructure:",squash"`
	metadata.MetricsBuilderConfig  `mapstructure:",squash"`
	IdxEndpoint                    confighttp.ClientConfig `mapstructure:"indexer"`
	SHEndpoint                     confighttp.ClientConfig `mapstructure:"search_head"`
	CMEndpoint                     confighttp.ClientConfig `mapstructure:"cluster_master"`
	VersionInfo                    bool                    `mapstructure:"build_version_info"`
}
     Click to show internal directories. 
   Click to hide internal directories.