Questions tagged [kibana-plugin]

10 questions
2
votes
0 answers

Opendistro Kibana: get user information (like roles) in a plugin

I am developing a Kibana plugin displaying a list of items. Some of these items needs to be highlighted if created by a certain team. The idea is to attribute a specific role to the members of the team to distinguish them from other users, so I need…
Cédric Rémond
  • 954
  • 1
  • 8
  • 20
1
vote
1 answer

How to convert a website to Kibana Plugin and add as custom plugin to dashboard?

How do I create a custom plugin in Kibana? Are there any online resources? Can I convert a website I created into a Kibana Plugin? If yes, in what language should I code the website for it to be compatible with Kibana? Should I use React JS or…
1
vote
0 answers

Working with URL parameters in custom Kibana plugin

I am working on a custom plugin to Kibana (7.5.2). The plugin is of type 'app'. I would like to be able to pass parameters to this plugin in order to pre-load some data from Elasticsearch. I.e., I need to provide users with some specific URLs…
milank
  • 11
  • 1
0
votes
0 answers

elastalert-kibana plugin issue Cannot read properties of undefined (reading 'sort')

I am facing the issue with elastalert-kibana plugin with kibana version 8.5.1, where i am getting below error while accession ElasAlert from kibana home page in order to monitor elastalert rule alert undefined - undefined Cannot read properties of…
0
votes
0 answers

Kibana markdown_doc_view Plugin installation was unsuccessful due to error "Error retrieving metadata from plugin archive"

I have been trying to install sw-jung/kibana_markdown_doc_view in windows. kibana-plugin install https://github.com/sw-jung/kibana_markdown_doc_view/releases/download/v6.2.4/markdown_doc_view-6.2.4.zip But when I use Kibana 7.9 or below I get an…
TheCoder
  • 41
  • 5
0
votes
1 answer

Add Plugin to Kibana in docker-compose.yml

I have to add the Vega plugin to kibana. I am using docker-compose for it. This is original source of docker-compose.yml. version: '2.2' services: es01: image: docker.elastic.co/elasticsearch/elasticsearch:7.16.3 container_name: es01 …
grudev
  • 485
  • 1
  • 6
  • 15
0
votes
1 answer

Plugin-helpers not found in wazuh-kibana-app

I have cloned the Wazuh-Kibana-app source code from https://github.com/wazuh/wazuh-kibana-app I have made some changes in the styling. So, i am making build of the app by running npm run build but i am getting this error Command "plugin-helpers"…
0
votes
1 answer

Creating a rule in elastalert kibana plugin for kibana dashboard

My Elasticsearch and Kibana are running on localhost:9200 and localhost:5601. I have installed elastalert-kibana-plugin and its running on port localhost:3030 I have created a dashboard in kibana. here is the image of the kibana dashboard Now I want…
0
votes
1 answer

Can I create a plugin in kibana which give me "Download as csv option" in the menu of the widgets inside the dashboard of kibana?

I need to make a plugin that is similar to the x-pack "reporting plugin". X-pack is paid but I need to make this for free. Any help from anyone on how to do it? Is this achievable?
Nishant
  • 13
  • 4
0
votes
3 answers

how to install a kibana-plugin in kibana hosted on kubernetes?

I have an existing Kibana service running on top of Kubernetes. How to install a custom Kibana plugin in it. I tried to install the plugin by running the following command inside the pod. But the plugin does not work. bin/kibana-plugin install…