public interface ClusterSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLogIndexPrefix()
optional string log_index_prefix = 1; |
com.google.protobuf.ByteString |
getLogIndexPrefixBytes()
optional string log_index_prefix = 1; |
long |
getLogStorageLifetime()
Number of secs logs will be stored in ElasticSearch
|
long |
getMonitoringStorageLifetime()
Number of secs logs will be stored in InfluxDB
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getLogIndexPrefix()
optional string log_index_prefix = 1;com.google.protobuf.ByteString getLogIndexPrefixBytes()
optional string log_index_prefix = 1;long getLogStorageLifetime()
Number of secs logs will be stored in ElasticSearch
optional int64 log_storage_lifetime = 2;long getMonitoringStorageLifetime()
Number of secs logs will be stored in InfluxDB
optional int64 monitoring_storage_lifetime = 3;