published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
LogMe instance resource schema. Must have a region specified in the provider configuration.
Example Usage
resource "stackit_logme_instance" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
name = "example-instance"
version = "2"
plan_name = "stackit-logme2-1.2.50-replica"
parameters = {
sgw_acl = "193.148.160.0/19,45.129.40.0/21,45.135.244.0/22"
}
}
# Only use the import statement, if you want to import an existing logme instance
import {
to = stackit_logme_instance.import-example
id = "${var.project_id},${var.logme_instance_id}"
}
Create LogmeInstance Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new LogmeInstance(name: string, args: LogmeInstanceArgs, opts?: CustomResourceOptions);@overload
def LogmeInstance(resource_name: str,
args: LogmeInstanceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def LogmeInstance(resource_name: str,
opts: Optional[ResourceOptions] = None,
plan_name: Optional[str] = None,
project_id: Optional[str] = None,
version: Optional[str] = None,
name: Optional[str] = None,
parameters: Optional[LogmeInstanceParametersArgs] = None)func NewLogmeInstance(ctx *Context, name string, args LogmeInstanceArgs, opts ...ResourceOption) (*LogmeInstance, error)public LogmeInstance(string name, LogmeInstanceArgs args, CustomResourceOptions? opts = null)
public LogmeInstance(String name, LogmeInstanceArgs args)
public LogmeInstance(String name, LogmeInstanceArgs args, CustomResourceOptions options)
type: stackit:LogmeInstance
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args LogmeInstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args LogmeInstanceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args LogmeInstanceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LogmeInstanceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LogmeInstanceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var logmeInstanceResource = new Stackit.LogmeInstance("logmeInstanceResource", new()
{
PlanName = "string",
ProjectId = "string",
Version = "string",
Name = "string",
Parameters = new Stackit.Inputs.LogmeInstanceParametersArgs
{
EnableMonitoring = false,
FluentdTcp = 0,
FluentdTls = 0,
FluentdTlsCiphers = "string",
FluentdTlsMaxVersion = "string",
FluentdTlsMinVersion = "string",
FluentdTlsVersion = "string",
FluentdUdp = 0,
Graphite = "string",
IsmDeletionAfter = "string",
IsmJitter = 0,
IsmJobInterval = 0,
JavaHeapspace = 0,
JavaMaxmetaspace = 0,
MaxDiskThreshold = 0,
MetricsFrequency = 0,
MetricsPrefix = "string",
MonitoringInstanceId = "string",
OpensearchTlsCiphers = new[]
{
"string",
},
OpensearchTlsProtocols = new[]
{
"string",
},
SgwAcl = "string",
Syslogs = new[]
{
"string",
},
},
});
example, err := stackit.NewLogmeInstance(ctx, "logmeInstanceResource", &stackit.LogmeInstanceArgs{
PlanName: pulumi.String("string"),
ProjectId: pulumi.String("string"),
Version: pulumi.String("string"),
Name: pulumi.String("string"),
Parameters: &stackit.LogmeInstanceParametersArgs{
EnableMonitoring: pulumi.Bool(false),
FluentdTcp: pulumi.Int(0),
FluentdTls: pulumi.Int(0),
FluentdTlsCiphers: pulumi.String("string"),
FluentdTlsMaxVersion: pulumi.String("string"),
FluentdTlsMinVersion: pulumi.String("string"),
FluentdTlsVersion: pulumi.String("string"),
FluentdUdp: pulumi.Int(0),
Graphite: pulumi.String("string"),
IsmDeletionAfter: pulumi.String("string"),
IsmJitter: pulumi.Float64(0),
IsmJobInterval: pulumi.Int(0),
JavaHeapspace: pulumi.Int(0),
JavaMaxmetaspace: pulumi.Int(0),
MaxDiskThreshold: pulumi.Int(0),
MetricsFrequency: pulumi.Int(0),
MetricsPrefix: pulumi.String("string"),
MonitoringInstanceId: pulumi.String("string"),
OpensearchTlsCiphers: pulumi.StringArray{
pulumi.String("string"),
},
OpensearchTlsProtocols: pulumi.StringArray{
pulumi.String("string"),
},
SgwAcl: pulumi.String("string"),
Syslogs: pulumi.StringArray{
pulumi.String("string"),
},
},
})
var logmeInstanceResource = new LogmeInstance("logmeInstanceResource", LogmeInstanceArgs.builder()
.planName("string")
.projectId("string")
.version("string")
.name("string")
.parameters(LogmeInstanceParametersArgs.builder()
.enableMonitoring(false)
.fluentdTcp(0)
.fluentdTls(0)
.fluentdTlsCiphers("string")
.fluentdTlsMaxVersion("string")
.fluentdTlsMinVersion("string")
.fluentdTlsVersion("string")
.fluentdUdp(0)
.graphite("string")
.ismDeletionAfter("string")
.ismJitter(0.0)
.ismJobInterval(0)
.javaHeapspace(0)
.javaMaxmetaspace(0)
.maxDiskThreshold(0)
.metricsFrequency(0)
.metricsPrefix("string")
.monitoringInstanceId("string")
.opensearchTlsCiphers("string")
.opensearchTlsProtocols("string")
.sgwAcl("string")
.syslogs("string")
.build())
.build());
logme_instance_resource = stackit.LogmeInstance("logmeInstanceResource",
plan_name="string",
project_id="string",
version="string",
name="string",
parameters={
"enable_monitoring": False,
"fluentd_tcp": 0,
"fluentd_tls": 0,
"fluentd_tls_ciphers": "string",
"fluentd_tls_max_version": "string",
"fluentd_tls_min_version": "string",
"fluentd_tls_version": "string",
"fluentd_udp": 0,
"graphite": "string",
"ism_deletion_after": "string",
"ism_jitter": 0,
"ism_job_interval": 0,
"java_heapspace": 0,
"java_maxmetaspace": 0,
"max_disk_threshold": 0,
"metrics_frequency": 0,
"metrics_prefix": "string",
"monitoring_instance_id": "string",
"opensearch_tls_ciphers": ["string"],
"opensearch_tls_protocols": ["string"],
"sgw_acl": "string",
"syslogs": ["string"],
})
const logmeInstanceResource = new stackit.LogmeInstance("logmeInstanceResource", {
planName: "string",
projectId: "string",
version: "string",
name: "string",
parameters: {
enableMonitoring: false,
fluentdTcp: 0,
fluentdTls: 0,
fluentdTlsCiphers: "string",
fluentdTlsMaxVersion: "string",
fluentdTlsMinVersion: "string",
fluentdTlsVersion: "string",
fluentdUdp: 0,
graphite: "string",
ismDeletionAfter: "string",
ismJitter: 0,
ismJobInterval: 0,
javaHeapspace: 0,
javaMaxmetaspace: 0,
maxDiskThreshold: 0,
metricsFrequency: 0,
metricsPrefix: "string",
monitoringInstanceId: "string",
opensearchTlsCiphers: ["string"],
opensearchTlsProtocols: ["string"],
sgwAcl: "string",
syslogs: ["string"],
},
});
type: stackit:LogmeInstance
properties:
name: string
parameters:
enableMonitoring: false
fluentdTcp: 0
fluentdTls: 0
fluentdTlsCiphers: string
fluentdTlsMaxVersion: string
fluentdTlsMinVersion: string
fluentdTlsVersion: string
fluentdUdp: 0
graphite: string
ismDeletionAfter: string
ismJitter: 0
ismJobInterval: 0
javaHeapspace: 0
javaMaxmetaspace: 0
maxDiskThreshold: 0
metricsFrequency: 0
metricsPrefix: string
monitoringInstanceId: string
opensearchTlsCiphers:
- string
opensearchTlsProtocols:
- string
sgwAcl: string
syslogs:
- string
planName: string
projectId: string
version: string
LogmeInstance Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The LogmeInstance resource accepts the following input properties:
- Plan
Name string - The selected plan name.
- Project
Id string - STACKIT project ID to which the instance is associated.
- Version string
- The service version.
- Name string
- Instance name.
- Parameters
Logme
Instance Parameters
- Plan
Name string - The selected plan name.
- Project
Id string - STACKIT project ID to which the instance is associated.
- Version string
- The service version.
- Name string
- Instance name.
- Parameters
Logme
Instance Parameters Args
- plan
Name String - The selected plan name.
- project
Id String - STACKIT project ID to which the instance is associated.
- version String
- The service version.
- name String
- Instance name.
- parameters
Logme
Instance Parameters
- plan
Name string - The selected plan name.
- project
Id string - STACKIT project ID to which the instance is associated.
- version string
- The service version.
- name string
- Instance name.
- parameters
Logme
Instance Parameters
- plan_
name str - The selected plan name.
- project_
id str - STACKIT project ID to which the instance is associated.
- version str
- The service version.
- name str
- Instance name.
- parameters
Logme
Instance Parameters Args
- plan
Name String - The selected plan name.
- project
Id String - STACKIT project ID to which the instance is associated.
- version String
- The service version.
- name String
- Instance name.
- parameters Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the LogmeInstance resource produces the following output properties:
- Cf
Guid string - Cf
Organization stringGuid - Cf
Space stringGuid - Dashboard
Url string - Id string
- The provider-assigned unique ID for this managed resource.
- Image
Url string - Instance
Id string - ID of the LogMe instance.
- Plan
Id string - The selected plan ID.
- Cf
Guid string - Cf
Organization stringGuid - Cf
Space stringGuid - Dashboard
Url string - Id string
- The provider-assigned unique ID for this managed resource.
- Image
Url string - Instance
Id string - ID of the LogMe instance.
- Plan
Id string - The selected plan ID.
- cf
Guid String - cf
Organization StringGuid - cf
Space StringGuid - dashboard
Url String - id String
- The provider-assigned unique ID for this managed resource.
- image
Url String - instance
Id String - ID of the LogMe instance.
- plan
Id String - The selected plan ID.
- cf
Guid string - cf
Organization stringGuid - cf
Space stringGuid - dashboard
Url string - id string
- The provider-assigned unique ID for this managed resource.
- image
Url string - instance
Id string - ID of the LogMe instance.
- plan
Id string - The selected plan ID.
- cf_
guid str - cf_
organization_ strguid - cf_
space_ strguid - dashboard_
url str - id str
- The provider-assigned unique ID for this managed resource.
- image_
url str - instance_
id str - ID of the LogMe instance.
- plan_
id str - The selected plan ID.
- cf
Guid String - cf
Organization StringGuid - cf
Space StringGuid - dashboard
Url String - id String
- The provider-assigned unique ID for this managed resource.
- image
Url String - instance
Id String - ID of the LogMe instance.
- plan
Id String - The selected plan ID.
Look up Existing LogmeInstance Resource
Get an existing LogmeInstance resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: LogmeInstanceState, opts?: CustomResourceOptions): LogmeInstance@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cf_guid: Optional[str] = None,
cf_organization_guid: Optional[str] = None,
cf_space_guid: Optional[str] = None,
dashboard_url: Optional[str] = None,
image_url: Optional[str] = None,
instance_id: Optional[str] = None,
name: Optional[str] = None,
parameters: Optional[LogmeInstanceParametersArgs] = None,
plan_id: Optional[str] = None,
plan_name: Optional[str] = None,
project_id: Optional[str] = None,
version: Optional[str] = None) -> LogmeInstancefunc GetLogmeInstance(ctx *Context, name string, id IDInput, state *LogmeInstanceState, opts ...ResourceOption) (*LogmeInstance, error)public static LogmeInstance Get(string name, Input<string> id, LogmeInstanceState? state, CustomResourceOptions? opts = null)public static LogmeInstance get(String name, Output<String> id, LogmeInstanceState state, CustomResourceOptions options)resources: _: type: stackit:LogmeInstance get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Cf
Guid string - Cf
Organization stringGuid - Cf
Space stringGuid - Dashboard
Url string - Image
Url string - Instance
Id string - ID of the LogMe instance.
- Name string
- Instance name.
- Parameters
Logme
Instance Parameters - Plan
Id string - The selected plan ID.
- Plan
Name string - The selected plan name.
- Project
Id string - STACKIT project ID to which the instance is associated.
- Version string
- The service version.
- Cf
Guid string - Cf
Organization stringGuid - Cf
Space stringGuid - Dashboard
Url string - Image
Url string - Instance
Id string - ID of the LogMe instance.
- Name string
- Instance name.
- Parameters
Logme
Instance Parameters Args - Plan
Id string - The selected plan ID.
- Plan
Name string - The selected plan name.
- Project
Id string - STACKIT project ID to which the instance is associated.
- Version string
- The service version.
- cf
Guid String - cf
Organization StringGuid - cf
Space StringGuid - dashboard
Url String - image
Url String - instance
Id String - ID of the LogMe instance.
- name String
- Instance name.
- parameters
Logme
Instance Parameters - plan
Id String - The selected plan ID.
- plan
Name String - The selected plan name.
- project
Id String - STACKIT project ID to which the instance is associated.
- version String
- The service version.
- cf
Guid string - cf
Organization stringGuid - cf
Space stringGuid - dashboard
Url string - image
Url string - instance
Id string - ID of the LogMe instance.
- name string
- Instance name.
- parameters
Logme
Instance Parameters - plan
Id string - The selected plan ID.
- plan
Name string - The selected plan name.
- project
Id string - STACKIT project ID to which the instance is associated.
- version string
- The service version.
- cf_
guid str - cf_
organization_ strguid - cf_
space_ strguid - dashboard_
url str - image_
url str - instance_
id str - ID of the LogMe instance.
- name str
- Instance name.
- parameters
Logme
Instance Parameters Args - plan_
id str - The selected plan ID.
- plan_
name str - The selected plan name.
- project_
id str - STACKIT project ID to which the instance is associated.
- version str
- The service version.
- cf
Guid String - cf
Organization StringGuid - cf
Space StringGuid - dashboard
Url String - image
Url String - instance
Id String - ID of the LogMe instance.
- name String
- Instance name.
- parameters Property Map
- plan
Id String - The selected plan ID.
- plan
Name String - The selected plan name.
- project
Id String - STACKIT project ID to which the instance is associated.
- version String
- The service version.
Supporting Types
LogmeInstanceParameters, LogmeInstanceParametersArgs
- Enable
Monitoring bool - Enable monitoring.
- Fluentd
Tcp int - Fluentd
Tls int - Fluentd
Tls stringCiphers - Fluentd
Tls stringMax Version - Fluentd
Tls stringMin Version - Fluentd
Tls stringVersion - Fluentd
Udp int - Graphite string
- If set, monitoring with Graphite will be enabled. Expects the host and port where the Graphite metrics should be sent to (host:port).
- Ism
Deletion stringAfter - Combination of an integer and a timerange when an index will be considered "old" and can be deleted. Possible values for the timerange are
s,m,handd. - Ism
Jitter double - Ism
Job intInterval - Jitter of the execution time.
- Java
Heapspace int - The amount of memory (in MB) allocated as heap by the JVM for OpenSearch.
- Java
Maxmetaspace int - The amount of memory (in MB) used by the JVM to store metadata for OpenSearch.
- Max
Disk intThreshold - The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
- Metrics
Frequency int - The frequency in seconds at which metrics are emitted (in seconds).
- Metrics
Prefix string - The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key.
- Monitoring
Instance stringId - The ID of the STACKIT monitoring instance.
- Opensearch
Tls List<string>Ciphers - Opensearch
Tls List<string>Protocols - Sgw
Acl string - Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
- Syslogs List<string>
- List of syslog servers to send logs to.
- Enable
Monitoring bool - Enable monitoring.
- Fluentd
Tcp int - Fluentd
Tls int - Fluentd
Tls stringCiphers - Fluentd
Tls stringMax Version - Fluentd
Tls stringMin Version - Fluentd
Tls stringVersion - Fluentd
Udp int - Graphite string
- If set, monitoring with Graphite will be enabled. Expects the host and port where the Graphite metrics should be sent to (host:port).
- Ism
Deletion stringAfter - Combination of an integer and a timerange when an index will be considered "old" and can be deleted. Possible values for the timerange are
s,m,handd. - Ism
Jitter float64 - Ism
Job intInterval - Jitter of the execution time.
- Java
Heapspace int - The amount of memory (in MB) allocated as heap by the JVM for OpenSearch.
- Java
Maxmetaspace int - The amount of memory (in MB) used by the JVM to store metadata for OpenSearch.
- Max
Disk intThreshold - The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
- Metrics
Frequency int - The frequency in seconds at which metrics are emitted (in seconds).
- Metrics
Prefix string - The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key.
- Monitoring
Instance stringId - The ID of the STACKIT monitoring instance.
- Opensearch
Tls []stringCiphers - Opensearch
Tls []stringProtocols - Sgw
Acl string - Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
- Syslogs []string
- List of syslog servers to send logs to.
- enable
Monitoring Boolean - Enable monitoring.
- fluentd
Tcp Integer - fluentd
Tls Integer - fluentd
Tls StringCiphers - fluentd
Tls StringMax Version - fluentd
Tls StringMin Version - fluentd
Tls StringVersion - fluentd
Udp Integer - graphite String
- If set, monitoring with Graphite will be enabled. Expects the host and port where the Graphite metrics should be sent to (host:port).
- ism
Deletion StringAfter - Combination of an integer and a timerange when an index will be considered "old" and can be deleted. Possible values for the timerange are
s,m,handd. - ism
Jitter Double - ism
Job IntegerInterval - Jitter of the execution time.
- java
Heapspace Integer - The amount of memory (in MB) allocated as heap by the JVM for OpenSearch.
- java
Maxmetaspace Integer - The amount of memory (in MB) used by the JVM to store metadata for OpenSearch.
- max
Disk IntegerThreshold - The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
- metrics
Frequency Integer - The frequency in seconds at which metrics are emitted (in seconds).
- metrics
Prefix String - The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key.
- monitoring
Instance StringId - The ID of the STACKIT monitoring instance.
- opensearch
Tls List<String>Ciphers - opensearch
Tls List<String>Protocols - sgw
Acl String - Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
- syslogs List<String>
- List of syslog servers to send logs to.
- enable
Monitoring boolean - Enable monitoring.
- fluentd
Tcp number - fluentd
Tls number - fluentd
Tls stringCiphers - fluentd
Tls stringMax Version - fluentd
Tls stringMin Version - fluentd
Tls stringVersion - fluentd
Udp number - graphite string
- If set, monitoring with Graphite will be enabled. Expects the host and port where the Graphite metrics should be sent to (host:port).
- ism
Deletion stringAfter - Combination of an integer and a timerange when an index will be considered "old" and can be deleted. Possible values for the timerange are
s,m,handd. - ism
Jitter number - ism
Job numberInterval - Jitter of the execution time.
- java
Heapspace number - The amount of memory (in MB) allocated as heap by the JVM for OpenSearch.
- java
Maxmetaspace number - The amount of memory (in MB) used by the JVM to store metadata for OpenSearch.
- max
Disk numberThreshold - The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
- metrics
Frequency number - The frequency in seconds at which metrics are emitted (in seconds).
- metrics
Prefix string - The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key.
- monitoring
Instance stringId - The ID of the STACKIT monitoring instance.
- opensearch
Tls string[]Ciphers - opensearch
Tls string[]Protocols - sgw
Acl string - Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
- syslogs string[]
- List of syslog servers to send logs to.
- enable_
monitoring bool - Enable monitoring.
- fluentd_
tcp int - fluentd_
tls int - fluentd_
tls_ strciphers - fluentd_
tls_ strmax_ version - fluentd_
tls_ strmin_ version - fluentd_
tls_ strversion - fluentd_
udp int - graphite str
- If set, monitoring with Graphite will be enabled. Expects the host and port where the Graphite metrics should be sent to (host:port).
- ism_
deletion_ strafter - Combination of an integer and a timerange when an index will be considered "old" and can be deleted. Possible values for the timerange are
s,m,handd. - ism_
jitter float - ism_
job_ intinterval - Jitter of the execution time.
- java_
heapspace int - The amount of memory (in MB) allocated as heap by the JVM for OpenSearch.
- java_
maxmetaspace int - The amount of memory (in MB) used by the JVM to store metadata for OpenSearch.
- max_
disk_ intthreshold - The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
- metrics_
frequency int - The frequency in seconds at which metrics are emitted (in seconds).
- metrics_
prefix str - The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key.
- monitoring_
instance_ strid - The ID of the STACKIT monitoring instance.
- opensearch_
tls_ Sequence[str]ciphers - opensearch_
tls_ Sequence[str]protocols - sgw_
acl str - Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
- syslogs Sequence[str]
- List of syslog servers to send logs to.
- enable
Monitoring Boolean - Enable monitoring.
- fluentd
Tcp Number - fluentd
Tls Number - fluentd
Tls StringCiphers - fluentd
Tls StringMax Version - fluentd
Tls StringMin Version - fluentd
Tls StringVersion - fluentd
Udp Number - graphite String
- If set, monitoring with Graphite will be enabled. Expects the host and port where the Graphite metrics should be sent to (host:port).
- ism
Deletion StringAfter - Combination of an integer and a timerange when an index will be considered "old" and can be deleted. Possible values for the timerange are
s,m,handd. - ism
Jitter Number - ism
Job NumberInterval - Jitter of the execution time.
- java
Heapspace Number - The amount of memory (in MB) allocated as heap by the JVM for OpenSearch.
- java
Maxmetaspace Number - The amount of memory (in MB) used by the JVM to store metadata for OpenSearch.
- max
Disk NumberThreshold - The maximum disk threshold in MB. If the disk usage exceeds this threshold, the instance will be stopped.
- metrics
Frequency Number - The frequency in seconds at which metrics are emitted (in seconds).
- metrics
Prefix String - The prefix for the metrics. Could be useful when using Graphite monitoring to prefix the metrics with a certain value, like an API key.
- monitoring
Instance StringId - The ID of the STACKIT monitoring instance.
- opensearch
Tls List<String>Ciphers - opensearch
Tls List<String>Protocols - sgw
Acl String - Comma separated list of IP networks in CIDR notation which are allowed to access this instance.
- syslogs List<String>
- List of syslog servers to send logs to.
Package Details
- Repository
- stackit stackitcloud/pulumi-stackit
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
stackitTerraform Provider.
published on Friday, Feb 20, 2026 by stackitcloud
