Versions in this module Expand all Collapse all v0 v0.8.0 Feb 15, 2023 Changes in this version + type IndexPatterns struct + MaxIndexCount int + Pattern string + SortingAlgorithm *string + func (in *IndexPatterns) DeepCopy() *IndexPatterns + func (in *IndexPatterns) DeepCopyInto(out *IndexPatterns) + type IndexTemplate struct + MappingNestedObjectsLimit *int + NumberOfReplicas *int + NumberOfShards *int + func (in *IndexTemplate) DeepCopy() *IndexTemplate + func (in *IndexTemplate) DeepCopyInto(out *IndexTemplate) + type IpFilter struct + Description *string + Network string + func (in *IpFilter) DeepCopy() *IpFilter + func (in *IpFilter) DeepCopyInto(out *IpFilter) + func (ip *IpFilter) UnmarshalJSON(data []byte) error + type Opensearch struct + ActionAutoCreateIndexEnabled *bool + ActionDestructiveRequiresName *bool + ClusterMaxShardsPerNode *int + ClusterRoutingAllocationNodeConcurrentRecoveries *int + EmailSenderName *string + EmailSenderPassword *string + EmailSenderUsername *string + HttpMaxContentLength *int + HttpMaxHeaderSize *int + HttpMaxInitialLineLength *int + IndicesFielddataCacheSize *int + IndicesMemoryIndexBufferSize *int + IndicesQueriesCacheSize *int + IndicesQueryBoolMaxClauseCount *int + IndicesRecoveryMaxBytesPerSec *int + IndicesRecoveryMaxConcurrentFileChunks *int + OverrideMainResponseVersion *bool + ReindexRemoteWhitelist []string + ScriptMaxCompilationsRate *string + SearchMaxBuckets *int + ThreadPoolAnalyzeQueueSize *int + ThreadPoolAnalyzeSize *int + ThreadPoolForceMergeSize *int + ThreadPoolGetQueueSize *int + ThreadPoolGetSize *int + ThreadPoolSearchQueueSize *int + ThreadPoolSearchSize *int + ThreadPoolSearchThrottledQueueSize *int + ThreadPoolSearchThrottledSize *int + ThreadPoolWriteQueueSize *int + ThreadPoolWriteSize *int + func (in *Opensearch) DeepCopy() *Opensearch + func (in *Opensearch) DeepCopyInto(out *Opensearch) + type OpensearchDashboards struct + Enabled *bool + MaxOldSpaceSize *int + OpensearchRequestTimeout *int + func (in *OpensearchDashboards) DeepCopy() *OpensearchDashboards + func (in *OpensearchDashboards) DeepCopyInto(out *OpensearchDashboards) + type OpensearchUserConfig struct + AdditionalBackupRegions []string + CustomDomain *string + DisableReplicationFactorAdjustment *bool + IndexPatterns []*IndexPatterns + IndexTemplate *IndexTemplate + IpFilter []*IpFilter + KeepIndexRefreshInterval *bool + MaxIndexCount *int + Opensearch *Opensearch + OpensearchDashboards *OpensearchDashboards + OpensearchVersion *string + PrivateAccess *PrivateAccess + PrivatelinkAccess *PrivatelinkAccess + ProjectToForkFrom *string + PublicAccess *PublicAccess + RecoveryBasebackupName *string + ServiceToForkFrom *string + StaticIps *bool + func (in *OpensearchUserConfig) DeepCopy() *OpensearchUserConfig + func (in *OpensearchUserConfig) DeepCopyInto(out *OpensearchUserConfig) + type PrivateAccess struct + Opensearch *bool + OpensearchDashboards *bool + Prometheus *bool + func (in *PrivateAccess) DeepCopy() *PrivateAccess + func (in *PrivateAccess) DeepCopyInto(out *PrivateAccess) + type PrivatelinkAccess struct + Opensearch *bool + OpensearchDashboards *bool + Prometheus *bool + func (in *PrivatelinkAccess) DeepCopy() *PrivatelinkAccess + func (in *PrivatelinkAccess) DeepCopyInto(out *PrivatelinkAccess) + type PublicAccess struct + Opensearch *bool + OpensearchDashboards *bool + Prometheus *bool + func (in *PublicAccess) DeepCopy() *PublicAccess + func (in *PublicAccess) DeepCopyInto(out *PublicAccess)