Giter VIP home page Giter VIP logo

dashboards-docker-images's People

Contributors

amazon-auto avatar bbarani avatar dblock avatar kristentian avatar mend-for-github-com[bot] avatar peterzhuamazon avatar rishabh6788 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dashboards-docker-images's Issues

Baseline MAINTAINERS, CODEOWNERS, and external collaborator permissions

Follow opensearch-project/.github#125 to baseline MAINTAINERS, CODEOWNERS, and external collaborator permissions.

Close this issue when:

  1. MAINTAINERS.md has the correct list of project maintainers.
  2. CODEOWNERS exists and has the correct list of aliases.
  3. Repo permissions only contain individual aliases as collaborators with maintain rights, admin, and triage teams.
  4. All other teams are removed from repo permissions.

If this repo's permissions was already baselined, please confirm the above when closing this issue.

[BUG] missing dependencies for chromium headless-shell

What is the bug?

while troubleshooting failed PDF export i ended up finding missing dependenciesfor headless_shell

[opensearch-dashboards@opensearch-cluster-dashboards-745c9785b7-lztkf .chromium]$  ./headless_shell --disable-translate --disable-extensions --disable-background-networking --safebrowsing-disable-auto-update --disable-sync --metrics-recording-only --disable-default-apps --mute-audio --no-first-run --disable-gpu --no-sandbox --headless --hide-scrollbars --window-size=400,400 --remote-debugging-port=9221 https://example.com/

[opensearch-dashboards@opensearch-cluster-dashboards-745c9785b7-lztkf .chromium]$ ldd headless_shell
        linux-vdso.so.1 (0x00007ffc65cc2000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007fd78792d000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fd78770f000)
        libgobject-2.0.so.0 => /lib64/libgobject-2.0.so.0 (0x00007fd7874bf000)
        libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00007fd7871b1000)
        libnss3.so => /lib64/libnss3.so (0x00007fd786e84000)
        libnssutil3.so => /lib64/libnssutil3.so (0x00007fd786c55000)
        libsmime3.so => /lib64/libsmime3.so (0x00007fd786a2f000)
        libnspr4.so => /lib64/libnspr4.so (0x00007fd7867f2000)
        libatk-1.0.so.0 => not found
        libatk-bridge-2.0.so.0 => not found
        libcups.so.2 => not found
        libgio-2.0.so.0 => /lib64/libgio-2.0.so.0 (0x00007fd786460000)
        libdrm.so.2 => not found
        libdbus-1.so.3 => not found
        libatspi.so.0 => not found
        libX11.so.6 => /lib64/libX11.so.6 (0x00007fd786128000)
        libXcomposite.so.1 => not found
        libXdamage.so.1 => not found
        libXext.so.6 => /lib64/libXext.so.6 (0x00007fd785f16000)
        libXfixes.so.3 => not found
        libXrandr.so.2 => /lib64/libXrandr.so.2 (0x00007fd785d0b000)
        libgbm.so.1 => not found
        libexpat.so.1 => /lib64/libexpat.so.1 (0x00007fd785adb000)
        libxcb.so.1 => /lib64/libxcb.so.1 (0x00007fd7858b3000)
        libxkbcommon.so.0 => not found
        libpango-1.0.so.0 => not found
        libcairo.so.2 => not found
        libasound.so.2 => not found
        libm.so.6 => /lib64/libm.so.6 (0x00007fd785573000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fd78535d000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fd784fb0000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fd795f32000)
        libpcre.so.1 => /lib64/libpcre.so.1 (0x00007fd784d4c000)
        libffi.so.6 => /lib64/libffi.so.6 (0x00007fd784b44000)
        libplc4.so => /lib64/libplc4.so (0x00007fd78493f000)
        libplds4.so => /lib64/libplds4.so (0x00007fd78473b000)
        librt.so.1 => /lib64/librt.so.1 (0x00007fd784533000)
        libgmodule-2.0.so.0 => /lib64/libgmodule-2.0.so.0 (0x00007fd78432f000)
        libz.so.1 => /lib64/libz.so.1 (0x00007fd78411a000)
        libselinux.so.1 => /lib64/libselinux.so.1 (0x00007fd783ef3000)
        libresolv.so.2 => /lib64/libresolv.so.2 (0x00007fd783cdd000)
        libmount.so.1 => /lib64/libmount.so.1 (0x00007fd783a8b000)
        libXrender.so.1 => /lib64/libXrender.so.1 (0x00007fd783881000)
        libXau.so.6 => /lib64/libXau.so.6 (0x00007fd78367d000)
        libblkid.so.1 => /lib64/libblkid.so.1 (0x00007fd783435000)
        libuuid.so.1 => /lib64/libuuid.so.1 (0x00007fd783230000)

How can one reproduce the bug?

provided above, you can just `ldd /usr/share/opensearch-dashboards/plugins/reportsDashboards/.chromium/headless_shell

What is the expected behavior?

dependies should be fullfilled so that the reports pluging works as intended

What is your host/environment?

opensearch-dashboards 2.4.1 official container image deployed on kubernetes

Do you have any screenshots?

If applicable, add screenshots to help explain your problem.

Do you have any additional context?

https://forum.opensearch.org/t/unable-to-downloaded-report/12233

https://forum.uipath.com/t/kibana-pdf-report-fails-to-generate/503060

Node.js v18 Compatibility Test for [dashboards-docker-images]

Introduction

As part of our continued efforts to improve OpenSearch Dashboards, we are planning to upgrade the underlying Node.js version from v14 to v18. This change will enhance performance, add new features, and bolster security. However, such major version changes might also affect the compatibility of existing plugins. Here is more introduction: opensearch-project/OpenSearch-Dashboards#3601.

Therefore, we kindly request assistance in testing this plugin the compatibility of with this new version of Node.js. We've prepared a branch with the Node.js v18 upgrade, which you can find here:
https://github.com/AMoo-Miki/OpenSearch-Dashboards/tree/node-18-webpack-4

Steps to Proceed

  • If you think your plugin won't be affected by OpenSearch Dashboards Node.js upgrade. Pls ignore the rest steps and close the issue directly.
  • Pull the provided branch that includes the Node.js v18 upgrade and OpenSearch 3.0.0.
  • Hook up your plugin with the updated OpenSearch Dashboards.
  • Run your existing test suites and perform manual testing as necessary.
  • If no issues are encountered, feel free to close this issue.
  • If there are any problems, report them in this issue thread and also link them in the overall OpenSearch Dashboards Node.js upgrade issue thread opensearch-project/OpenSearch-Dashboards#4058
    The purpose of linking any questions or issues back to the main issue is to maintain visibility and transparency among all plugin owners. A problem encountered by one plugin might also affect others. This shared knowledge base will foster collaborative problem-solving and prevent duplication of effort.

We appreciate your support and cooperation in ensuring a smooth transition to Node.js v18 for the entire OpenSearch Dashboards community.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.