Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
LogMe instance data source schema. Must have a region specified in the provider configuration.
Example Usage
data "stackit_logme_instance" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Using getLogmeInstance
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getLogmeInstance(args: GetLogmeInstanceArgs, opts?: InvokeOptions): Promise<GetLogmeInstanceResult>
function getLogmeInstanceOutput(args: GetLogmeInstanceOutputArgs, opts?: InvokeOptions): Output<GetLogmeInstanceResult>def get_logme_instance(instance_id: Optional[str] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLogmeInstanceResult
def get_logme_instance_output(instance_id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLogmeInstanceResult]func LookupLogmeInstance(ctx *Context, args *LookupLogmeInstanceArgs, opts ...InvokeOption) (*LookupLogmeInstanceResult, error)
func LookupLogmeInstanceOutput(ctx *Context, args *LookupLogmeInstanceOutputArgs, opts ...InvokeOption) LookupLogmeInstanceResultOutput> Note: This function is named LookupLogmeInstance in the Go SDK.
public static class GetLogmeInstance
{
public static Task<GetLogmeInstanceResult> InvokeAsync(GetLogmeInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetLogmeInstanceResult> Invoke(GetLogmeInstanceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLogmeInstanceResult> getLogmeInstance(GetLogmeInstanceArgs args, InvokeOptions options)
public static Output<GetLogmeInstanceResult> getLogmeInstance(GetLogmeInstanceArgs args, InvokeOptions options)
fn::invoke:
function: stackit:index/getLogmeInstance:getLogmeInstance
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - ID of the LogMe instance.
- Project
Id string - STACKIT Project ID to which the instance is associated.
- Instance
Id string - ID of the LogMe instance.
- Project
Id string - STACKIT Project ID to which the instance is associated.
- instance
Id String - ID of the LogMe instance.
- project
Id String - STACKIT Project ID to which the instance is associated.
- instance
Id string - ID of the LogMe instance.
- project
Id string - STACKIT Project ID to which the instance is associated.
- instance_
id str - ID of the LogMe instance.
- project_
id str - STACKIT Project ID to which the instance is associated.
- instance
Id String - ID of the LogMe instance.
- project
Id String - STACKIT Project ID to which the instance is associated.
getLogmeInstance Result
The following output properties are available:
- Cf
Guid string - Cf
Organization stringGuid - Cf
Space stringGuid - Dashboard
Url string - Id string
- Image
Url string - Instance
Id string - ID of the LogMe instance.
- Name string
- Instance name.
- Parameters
Get
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 - Id string
- Image
Url string - Instance
Id string - ID of the LogMe instance.
- Name string
- Instance name.
- Parameters
Get
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 - id String
- image
Url String - instance
Id String - ID of the LogMe instance.
- name String
- Instance name.
- parameters
Get
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 - id string
- image
Url string - instance
Id string - ID of the LogMe instance.
- name string
- Instance name.
- parameters
Get
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 - id str
- image_
url str - instance_
id str - ID of the LogMe instance.
- name str
- Instance name.
- parameters
Get
Logme Instance Parameters - 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 - id 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
GetLogmeInstanceParameters
- 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.
Viewing docs for stackit v0.0.4
published on Friday, Feb 20, 2026 by stackitcloud
published on Friday, Feb 20, 2026 by stackitcloud
