# Packages
No description provided by the author
# Functions
Address option sets the host to use to connect to Kibana.
CertificateAuthority sets the certificate authority to be used by the client.
HTTPClientSetup adds an initializing function for the http client.
NewClient creates a new instance of the client.
Password option sets the password to be used by the client.
RetryMax configures the number of retries before failing.
TLSSkipVerify option disables TLS verification.
Username option sets the username to be used by the client.
# Constants
CoreAPI is the prefix for all Kibana Core API resources.
FleetAPI is the prefix for all Kibana Fleet API resources.
SavedObjectsAPI is the prefix for all Kibana Saved Objects API resources.
No description provided by the author
StatusAPI is the prefix for Kibana Status API resource.
# Variables
No description provided by the author
# Structs
Agent represents an Elastic Agent enrolled with fleet.
No description provided by the author
Client is responsible for exporting dashboards from Kibana.
DashboardSavedObject corresponds to the Kibana dashboard saved object.
DataStream represents a data stream within a package.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FleetPackage contains information about a package in Fleet.
No description provided by the author
No description provided by the author
No description provided by the author
Input represents a package-level input.
PackageDataStream represents a request to add a single package's single data stream to a Policy in Fleet.
PackagePolicy represents an Package Policy in Fleet.
No description provided by the author
No description provided by the author
Policy represents an Agent Policy in Fleet.
Stream encapsulates a data stream and it's variables.
Var represents a single variable at the package or data stream level, encapsulating the data type of the variable and it's value.
No description provided by the author
# Type aliases
ClientOption is functional option modifying Kibana client.
DashboardSavedObjects is an array of DashboardSavedObject.
DownloadedPolicy represents a policy as returned by the download policy API.
Vars is a collection of variables either at the package or data stream level.