# Functions
Verify checks if the connection endpoint is really Elasticsearch.
IsExpired checks if the installed Elasticsearch license is still valid.
NewElasticFetcher creates a new Elastic Fetcher.
# Structs
ElasticFetcher wraps an elasticsearch clients to retrieve licensing information on a specific cluster.
License represents the license of this beat, the license is fetched and returned from the elasticsearch cluster.
# Type aliases
LicenseType defines what kind of license is currently available.
State of the license can be active or inactive.