Git Product home page Git Product logo

Comments (8)

yodayuuki55 avatar yodayuuki55 commented on August 15, 2024

OK, i have solved it.But i got a new error when importing dashboard
kidash -g -e https://admin:admin@localhost:9200 --import grimoirelab-kidash/onion_organizations.json

the error:

2021-08-23 10:23:57,186 Retrying (Retry(total=20, connect=21, read=8, redirect=5, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:852)'),)': /.kibana
2021-08-23 10:23:57,588 Retrying (Retry(total=19, connect=21, read=8, redirect=5, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:852)'),)': /.kibana
2021-08-23 10:23:58,391 Retrying (Retry(total=18, connect=21, read=8, redirect=5, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:852)'),)': /.kibana
2021-08-23 10:23:59,994 Retrying (Retry(total=17, connect=21, read=8, redirect=5, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:852)'),)': /.kibana
2021-08-23 10:24:03,200 Retrying (Retry(total=16, connect=21, read=8, redirect=5, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:852)'),)': /.kibana

from grimoirelab-kidash.

zhquan avatar zhquan commented on August 15, 2024

Hi @yodayuuki55

Check if you can access kibana and try again.

curl -XGET https://admin:admin@localhost:9200/_cat/indices

Could you share your docker-compose.yml?

Best,
Quan.

from grimoirelab-kidash.

yodayuuki55 avatar yodayuuki55 commented on August 15, 2024

Hi @yodayuuki55

Check if you can access kibana and try again.

curl -XGET https://admin:admin@localhost:9200/_cat/indices

Could you share your docker-compose.yml?

Best,
Quan.

Thanks for reply!
The following is curl -XGET https://admin:admin@localhost:9200/_cat/indices

yellow open git-aoc_demo_enriched 9BA1De5EQ8uauDz4TRVtEg 5 1   0  0   1.2kb   1.2kb
yellow open github_demo_raw       DLHMHCCFRYSxCRyxPvT2mQ 5 1   0  0   1.2kb   1.2kb
yellow open git_demo_raw          3IT6wTfKQou3g9sMTGN8YA 5 1   0  0   1.2kb   1.2kb
yellow open github_demo_enriched  MvnWZGKXQ-KdYOAiGJwn6Q 5 1   0  0   1.2kb   1.2kb
yellow open git_demo_enriched     R7a9lizeRxuKkLlt-n7PNA 5 1   0  0   1.2kb   1.2kb
yellow open .grimoirelab-sigils   gHyEdYDURVKjO4tHPuWlaA 5 1  42  3  73.3kb  73.3kb
green  open .kibana_1             pF-I95nzTE-vPgRL78s9dA 1 0 290 43 403.7kb 403.7kb

The following is my docker-compose.yml

 services:
    mariadb:
      image: mariadb:10.0
      expose:
        - "3306"
      environment:
        - MYSQL_ROOT_PASSWORD=
        - MYSQL_ALLOW_EMPTY_PASSWORD=yes
 hatstall:
      image: grimoirelab/hatstall:latest
      environment:
        - DATABASE_DIR=/db/
        - ADMIN_USER=admin
        - ADMIN_PASS=admin
      ports:
        - 8000:80
      links:
        - mariadb
      volumes:
        - ../default-grimoirelab-settings/apache-hatstall.conf:/home/grimoirelab/apache-hatstall.conf
        - ../default-grimoirelab-settings/shdb.cfg:/home/grimoirelab/shdb.cfg

    elasticsearch:
      image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.6
      command: elasticsearch -Enetwork.bind_host=0.0.0.0 -Ehttp.max_content_length=2000mb
      ports:
        - 9200:9200
      environment:
        - ES_JAVA_OPTS=-Xms2g -Xmx2g
        - ANONYMOUS_USER=true

    kibiter:
      restart: on-failure:5
      image: bitergia/kibiter:community-v6.8.6-3
      environment:
        - PROJECT_NAME=Demo
        - NODE_OPTIONS=--max-old-space-size=1000
        - ELASTICSEARCH_URL=http://elasticsearch:9200
      links:
         - elasticsearch
      ports:
        - 5601:5601

    mordred:
      restart: on-failure:5
      image: bitergia/mordred:latest
      volumes:
        - ../default-grimoirelab-settings/setup.cfg:/home/bitergia/conf/setup.cfg
        - ../default-grimoirelab-settings/aliases.json:/home/bitergia/conf/aliases.json
        - ../default-grimoirelab-settings/projects.json:/home/bitergia/conf/projects.json
        - ../default-grimoirelab-settings/organizations.json:/home/bitergia/conf/organizations.json
        - ../default-grimoirelab-settings/identities.yml:/home/bitergia/conf/identities.yml
        - /tmp/:/home/bitergia/logs
        - /home/NAME/mordred-log:/home/bitergia/logs
      depends_on:
        - mariadb
        - elasticsearch
      mem_limit: 4g

from grimoirelab-kidash.

yodayuuki55 avatar yodayuuki55 commented on August 15, 2024

Hi@zhquan I just have successfully imported some JSON files but no change on my dashborad

(foo) root@hs-v-osssc-dev-01:~# kidash -g -e http://124.70.216.146:9200 --import git.json
2021-08-23 17:31:48,144 Debug mode activated
2021-08-23 17:31:48,144 Reading panels JSON file: git.json
2021-08-23 17:31:48,145 Reading panel from directory: git.json
2021-08-23 17:31:48,145 Panel detected.
2021-08-23 17:31:48,168 Cleaning dashboard from studies vis
2021-08-23 17:31:48,168 Not fixing height in Kibana >= 6 versions.
2021-08-23 17:31:48,168 Removing release_date from item dashboard:Git since not allowed, and adding it to Sigils index
2021-08-23 17:31:48,179 Release info added to Sigils index for dashboard:Git
2021-08-23 17:31:48,266 Reading panel from directory: git.json
2021-08-23 17:31:48,267 Dashboard Git imported

from grimoirelab-kidash.

zhquan avatar zhquan commented on August 15, 2024

@yodayuuki55 OK you can see the panel in dashboard. Click on Dashboard and search for Git

from grimoirelab-kidash.

yodayuuki55 avatar yodayuuki55 commented on August 15, 2024

@yodayuuki55 OK you can see the panel in dashboard. Click on Dashboard and search for Git

OK,i did it but there is no data
9AIY9$KZPRRRWLBLMD20TWL

from grimoirelab-kidash.

zhquan avatar zhquan commented on August 15, 2024

@yodayuuki55 I think we can close this issue. The data is related to chaoss/grimoirelab#444. WDYT

from grimoirelab-kidash.

yodayuuki55 avatar yodayuuki55 commented on August 15, 2024

@yodayuuki55 I think we can close this issue. The data is related to chaoss/grimoirelab#444. WDYT

OK,i think so

from grimoirelab-kidash.

Related Issues (14)

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.