dlumbrer / kbn_network

Network Plugin for Kibana
https://dlumbrer.github.io/kbn_network/
Apache License 2.0
369 stars 96 forks source link

Opensearch-dashboard #96

Open mareban opened 2 years ago

mareban commented 2 years ago

Hello,

Any plan for opensearch-dashboard support please ?

Thanks for your help.

robcowart commented 2 years ago

You need the branch osd-1.0.0... https://github.com/dlumbrer/kbn_network/tree/osd-1.0.0

mareban commented 2 years ago

Hello and happy new year :-)

Is it possible to have a version for opensearch-dashboard 1.2.0 please ?

Thanks for your help

Plugin installation was unsuccessful due to error "No opensearch-dashboards plugins found in archive"

mareban commented 2 years ago

We've tried to modify package.json version attribute and opensearch can't find plugins !!

So without a solution for latest opensearch 1.2.3, we'll stay to Elasticsearch 7.6.1 :-( !

LIONBDX33 commented 1 year ago

Hello @evamillan

Any update for the osd-dev branch ?

Thanks

evamillan commented 1 year ago

@LIONBDX33 There is a PR open for v2.4.0. For other versions, you can replace opensearchDashboardsVersion in opensearch_dashboards.json with the version you need and build the installable zip file with yarn build. I have tested it with v2.6.0 and there doesn't seem to be any breaking changes.

LIONBDX33 commented 1 year ago

Thank you for the quick response, unfortunately I still have this error image

evamillan commented 1 year ago

@LIONBDX33 Can you try running yarn osd bootstrap? That should update or install all the dependencies.

LIONBDX33 commented 1 year ago

almost ...

image

more next week

LIONBDX33 commented 1 year ago

it's OK now ! OpenSearch 2.6

image