Skip to content

[Feature] Support adding images for spaces #659

Closed
@tehbooom

Description

@tehbooom

Is your feature request related to a problem? Please describe.
Currently the provider can only change the color of spaces. Would like an option to upload images for spaces.

The kibana spaces api supports adding an image with imageUrl

Describe the resource you would like to have implemented.
Add an optional field for image url like we do with color in the elasticstack_kibana_space resource.

Describe the solution you'd like
As of now the go-kibana-rest package does not support an option for the imageUrl. Once the package has this option or we find another way to add that as an option, we would then be able to add an optional field for imageUrl. If imageUrl is specified color cannot be specified.

Describe alternatives you've considered
go-kibana-rest does not seem to be up to date or current with kibana features. I suggest forking this repo, commiting to this repo, or using net/http package to interact with the kibana API since Elastic does not have an SDK for kibana.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions