Commit Graph

14 Commits

Author SHA1 Message Date
Michal Piotrowski 569382803e Adding .zuul job for building plugin
Purpose of this commit is to add Zuul job for building
Monasca-Kibana-Plugin.

List of changes:
- Configuring ESLint with *.json file
- Fixing lint error
- Adding Zuul job for building Monasca-Kibana-Plugin

Please notice that nodejs10-jobs are removed, cause of changes
related to building plugin. It should be fixed.

Change-Id: I9384c0e7995d90df42ee13ab735ec768cef65d3b
2020-06-10 09:19:42 +02:00
Arseni Lipinski bfa95367e0 Upgrade monasca-kibana-plugin for Elkstack update
Story: 2006376
Task: 36179

Besides the plugin update, tests should get remade as well as Zuul jobs
due to plugin being built in a different way.

Change-Id: Id5d0bb53d10fa8823ceda2c8e922ea36b9b27501
2020-04-23 18:38:53 +02:00
Martin Chacon Piza 46f1f9c844 Adding events visualization in kibana
Change-Id: I0d96d66da41bdb3292d827ad5ff63358f54f45f3
Story: 2003458
Task: 24718
2018-10-04 13:25:09 +02:00
Johannes Grassler 6d9a227816 Do not validate SSL cert in Keystone health check
This commit turns off SSL certificate validation for the
Keystone Health check.

Change-Id: I42bdc18a4668baf48ac26614b5301cb10cdd71fa
Story: 2001093
Task: 4754
2017-06-30 11:05:37 +02:00
Johannes Grassler 6f447e4e83 Use GET for Keystone health check
Some WSGI implementations may not support HEAD, resulting in a
false negative for the health check. GET will give an accurate
result in these cases.

Change-Id: I0fa0ecbeac64525d9108bfa618ac1afa7dcaa2a3
Depends-On: I22686d05670fc6c947611f8044dea498239a4212
2017-05-02 10:55:39 +02:00
Tomasz Trębski 9463c20a9c Adjusting to uwsgi deployed keystone
Commit moves away from using url and port separetely
for keystone configuration. Instead a singular auth_uri
can be specified. It still supports setting up
port explicitly, however if none is provided, a default
port 80 is assumed.

Story: 2000995
Task: 4174

Needed-By: Ia95b3bef2734d639c6fec57484b60bc5377d659f
Change-Id: I22686d05670fc6c947611f8044dea498239a4212
2017-04-28 07:58:57 +00:00
Witold Bedyk fa4f4453df Rename the package to monasca-kibana-plugin
Change-Id: Ida2a5e2dffb31a5d7fb8ce8492ed64508f371dd9
2017-02-10 08:48:36 +01:00
Jakub Wachowski 573613b9f1 Prevent unauthorized access to logs
It was possible to read logs of any project
knowing only the project id.

Related Bug-Id: 13215

Change-Id: I51769cdad76083b93f4b50fa7bbbe0e07684d8d1
2016-11-24 10:56:36 +01:00
Jakub Wachowski 50b53ab219 Merge "Fix problems with multitenancy" into multitenancy 2016-10-25 12:19:10 +02:00
Jakub Wachowski 4d13e5d03b Fix problems with multitenancy
This commit fixes the following problems:
- Kibana is not auto-detected by monasca-agent (Bug-Id: 13118)
- Kibana renders error page when token expires
- Keystone-token can be 'stolen' due to sharing
   of default session in Kibana
- Some endpoints were not secured

Related change for monasca-ui: https://review.openstack.org/#/c/387269/
Bug-Id: 13118


Change-Id: I2a363ebabcf593469943f7d071a92a680344ec73
2016-10-24 15:56:49 +02:00
Jakub Wachowski d6af474bfa Force Kibana to reload when user re-logs
There was an invalid reference to reload.markup.
Changed to use RELOAD_MARKUP from const.js
Bug-Id: 13131

Change-Id: I808cda7dc3cfa46c52dff3fd7c34f69459bd5638
2016-10-17 14:57:18 +02:00
Jakub Wachowski aa1b40a94d Automatically create default index pattern
Change-Id: I50ed1d6abdc1dba93758f22d443a155c0cb37207
2016-10-13 12:57:48 +02:00
Tomasz Trębski aab355dae6 Add Multi-Tenancy for keystone plugin
Set of brand new features:

* authentication schema over keystone
* support for new yar
* MT applied for elasticsearch-kibana communication
* major code rafactor toward ES6

Change-Id: I8cd88a7dc251827641f199a092bc4177787c6331
2016-08-17 08:26:45 +02:00
Tomasz Trębski fcd5df1ad3 Initial commit
Kibana-Keystone plugin with keystone authentication.

Change-Id: I1fe1e5b028a753e8e22af4b6a31305d225f0a914
2016-02-23 11:05:03 +01:00