Viewing docs for logzio 1.27.0
published on Thursday, Feb 19, 2026 by logzio
published on Thursday, Feb 19, 2026 by logzio
Viewing docs for logzio 1.27.0
published on Thursday, Feb 19, 2026 by logzio
published on Thursday, Feb 19, 2026 by logzio
# Kibana Object Datasource
Provides a Logz.io kibana object datasource.
- Learn more about kibana objects in the Logz.io Docs.
Using getKibanaObject
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 getKibanaObject(args: GetKibanaObjectArgs, opts?: InvokeOptions): Promise<GetKibanaObjectResult>
function getKibanaObjectOutput(args: GetKibanaObjectOutputArgs, opts?: InvokeOptions): Output<GetKibanaObjectResult>def get_kibana_object(data: Optional[str] = None,
id: Optional[str] = None,
kibana_version: Optional[str] = None,
object_id: Optional[str] = None,
object_type: Optional[str] = None,
timeouts: Optional[GetKibanaObjectTimeouts] = None,
opts: Optional[InvokeOptions] = None) -> GetKibanaObjectResult
def get_kibana_object_output(data: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
kibana_version: Optional[pulumi.Input[str]] = None,
object_id: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
timeouts: Optional[pulumi.Input[GetKibanaObjectTimeoutsArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetKibanaObjectResult]func LookupKibanaObject(ctx *Context, args *LookupKibanaObjectArgs, opts ...InvokeOption) (*LookupKibanaObjectResult, error)
func LookupKibanaObjectOutput(ctx *Context, args *LookupKibanaObjectOutputArgs, opts ...InvokeOption) LookupKibanaObjectResultOutput> Note: This function is named LookupKibanaObject in the Go SDK.
public static class GetKibanaObject
{
public static Task<GetKibanaObjectResult> InvokeAsync(GetKibanaObjectArgs args, InvokeOptions? opts = null)
public static Output<GetKibanaObjectResult> Invoke(GetKibanaObjectInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKibanaObjectResult> getKibanaObject(GetKibanaObjectArgs args, InvokeOptions options)
public static Output<GetKibanaObjectResult> getKibanaObject(GetKibanaObjectArgs args, InvokeOptions options)
fn::invoke:
function: logzio:index/getKibanaObject:getKibanaObject
arguments:
# arguments dictionaryThe following arguments are supported:
- Object
Id string - The id of the Kibana Object.
- Object
Type string - The type of the Kibana Object. Can be one of the following:
search,dashboard,visualization. - Data string
- (String) Exported Kibana objects.
- Id string
- string
- (String) The version of Kibana used at the time of export.
- Timeouts
Get
Kibana Object Timeouts
- Object
Id string - The id of the Kibana Object.
- Object
Type string - The type of the Kibana Object. Can be one of the following:
search,dashboard,visualization. - Data string
- (String) Exported Kibana objects.
- Id string
- string
- (String) The version of Kibana used at the time of export.
- Timeouts
Get
Kibana Object Timeouts
- object
Id String - The id of the Kibana Object.
- object
Type String - The type of the Kibana Object. Can be one of the following:
search,dashboard,visualization. - data String
- (String) Exported Kibana objects.
- id String
- String
- (String) The version of Kibana used at the time of export.
- timeouts
Get
Kibana Object Timeouts
- object
Id string - The id of the Kibana Object.
- object
Type string - The type of the Kibana Object. Can be one of the following:
search,dashboard,visualization. - data string
- (String) Exported Kibana objects.
- id string
- string
- (String) The version of Kibana used at the time of export.
- timeouts
Get
Kibana Object Timeouts
- object_
id str - The id of the Kibana Object.
- object_
type str - The type of the Kibana Object. Can be one of the following:
search,dashboard,visualization. - data str
- (String) Exported Kibana objects.
- id str
- kibana_
version str - (String) The version of Kibana used at the time of export.
- timeouts
Get
Kibana Object Timeouts
- object
Id String - The id of the Kibana Object.
- object
Type String - The type of the Kibana Object. Can be one of the following:
search,dashboard,visualization. - data String
- (String) Exported Kibana objects.
- id String
- String
- (String) The version of Kibana used at the time of export.
- timeouts Property Map
getKibanaObject Result
The following output properties are available:
- Data string
- (String) Exported Kibana objects.
- Id string
- string
- (String) The version of Kibana used at the time of export.
- Object
Id string - Object
Type string - Timeouts
Get
Kibana Object Timeouts
- Data string
- (String) Exported Kibana objects.
- Id string
- string
- (String) The version of Kibana used at the time of export.
- Object
Id string - Object
Type string - Timeouts
Get
Kibana Object Timeouts
- data String
- (String) Exported Kibana objects.
- id String
- String
- (String) The version of Kibana used at the time of export.
- object
Id String - object
Type String - timeouts
Get
Kibana Object Timeouts
- data string
- (String) Exported Kibana objects.
- id string
- string
- (String) The version of Kibana used at the time of export.
- object
Id string - object
Type string - timeouts
Get
Kibana Object Timeouts
- data str
- (String) Exported Kibana objects.
- id str
- kibana_
version str - (String) The version of Kibana used at the time of export.
- object_
id str - object_
type str - timeouts
Get
Kibana Object Timeouts
- data String
- (String) Exported Kibana objects.
- id String
- String
- (String) The version of Kibana used at the time of export.
- object
Id String - object
Type String - timeouts Property Map
Supporting Types
GetKibanaObjectTimeouts
- Read string
- Read string
- read String
- read string
- read str
- read String
Package Details
- Repository
- logzio logzio/terraform-provider-logzio
- License
- Notes
- This Pulumi package is based on the
logzioTerraform Provider.
Viewing docs for logzio 1.27.0
published on Thursday, Feb 19, 2026 by logzio
published on Thursday, Feb 19, 2026 by logzio
