1. Packages
  2. Logzio Provider
  3. API Docs
  4. getKibanaObject
Viewing docs for logzio 1.27.0
published on Thursday, Feb 19, 2026 by logzio
logzio logo
Viewing docs for logzio 1.27.0
published on Thursday, Feb 19, 2026 by logzio

    # Kibana Object Datasource

    Provides a Logz.io kibana object datasource.

    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 dictionary

    The following arguments are supported:

    ObjectId string
    The id of the Kibana Object.
    ObjectType string
    The type of the Kibana Object. Can be one of the following: search, dashboard, visualization.
    Data string
    (String) Exported Kibana objects.
    Id string
    KibanaVersion string
    (String) The version of Kibana used at the time of export.
    Timeouts GetKibanaObjectTimeouts
    ObjectId string
    The id of the Kibana Object.
    ObjectType string
    The type of the Kibana Object. Can be one of the following: search, dashboard, visualization.
    Data string
    (String) Exported Kibana objects.
    Id string
    KibanaVersion string
    (String) The version of Kibana used at the time of export.
    Timeouts GetKibanaObjectTimeouts
    objectId String
    The id of the Kibana Object.
    objectType String
    The type of the Kibana Object. Can be one of the following: search, dashboard, visualization.
    data String
    (String) Exported Kibana objects.
    id String
    kibanaVersion String
    (String) The version of Kibana used at the time of export.
    timeouts GetKibanaObjectTimeouts
    objectId string
    The id of the Kibana Object.
    objectType string
    The type of the Kibana Object. Can be one of the following: search, dashboard, visualization.
    data string
    (String) Exported Kibana objects.
    id string
    kibanaVersion string
    (String) The version of Kibana used at the time of export.
    timeouts GetKibanaObjectTimeouts
    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 GetKibanaObjectTimeouts
    objectId String
    The id of the Kibana Object.
    objectType String
    The type of the Kibana Object. Can be one of the following: search, dashboard, visualization.
    data String
    (String) Exported Kibana objects.
    id String
    kibanaVersion 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
    KibanaVersion string
    (String) The version of Kibana used at the time of export.
    ObjectId string
    ObjectType string
    Timeouts GetKibanaObjectTimeouts
    Data string
    (String) Exported Kibana objects.
    Id string
    KibanaVersion string
    (String) The version of Kibana used at the time of export.
    ObjectId string
    ObjectType string
    Timeouts GetKibanaObjectTimeouts
    data String
    (String) Exported Kibana objects.
    id String
    kibanaVersion String
    (String) The version of Kibana used at the time of export.
    objectId String
    objectType String
    timeouts GetKibanaObjectTimeouts
    data string
    (String) Exported Kibana objects.
    id string
    kibanaVersion string
    (String) The version of Kibana used at the time of export.
    objectId string
    objectType string
    timeouts GetKibanaObjectTimeouts
    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 GetKibanaObjectTimeouts
    data String
    (String) Exported Kibana objects.
    id String
    kibanaVersion String
    (String) The version of Kibana used at the time of export.
    objectId String
    objectType 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 logzio Terraform Provider.
    logzio logo
    Viewing docs for logzio 1.27.0
    published on Thursday, Feb 19, 2026 by logzio
      Try Pulumi Cloud free. Your team will thank you.