Versions in this module Expand all Collapse all v3 v3.3.4 Sep 30, 2024 Changes in this version + type Exporter struct + func New(option *Options) (*Exporter, error) + func (exporter *Exporter) Close() error + func (exporter *Exporter) Export(event *output.ResultEvent) error + type Options struct + Host string + HttpClient *retryablehttp.Client + IndexName string + Port int + SSL bool + SSLVerification bool + Token string