All Projects → fstepho → bcoin-es

fstepho / bcoin-es

Licence: other
Bitcoin with Elasticsearch and Kibana analytics

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to bcoin-es

PALallax
PALallax is a Paloalto Next Generation Firewall Log Collector
Stars: ✭ 13 (-51.85%)
Mutual labels:  kibana
TIL
Today I Learned
Stars: ✭ 43 (+59.26%)
Mutual labels:  kibana
tsharkVM
tshark + ELK analytics virtual machine
Stars: ✭ 51 (+88.89%)
Mutual labels:  kibana
kibana-keycloak
Secure kibana dashboards using keycloak
Stars: ✭ 40 (+48.15%)
Mutual labels:  kibana
elk-stack
ELK Stack (Elasticsearch, Logstash & Kibana)
Stars: ✭ 13 (-51.85%)
Mutual labels:  kibana
WAZUH-OSSEC
WAZUH - The Open Source Security Platform Installation
Stars: ✭ 79 (+192.59%)
Mutual labels:  kibana
skalogs-bundle
Open Source data and event driven real time Monitoring and Analytics Platform
Stars: ✭ 16 (-40.74%)
Mutual labels:  kibana
mathlion
Mathlion is an advanced math plugin for Kibana's Timelion
Stars: ✭ 77 (+185.19%)
Mutual labels:  kibana
logCollect
日志收集解决方案,动态管理、轻量级日志收集客户端
Stars: ✭ 24 (-11.11%)
Mutual labels:  kibana
zeek2es
A Python application to filter and transfer Zeek logs to Elastic/OpenSearch. This app can also output pure JSON logs to stdout for further processing!
Stars: ✭ 16 (-40.74%)
Mutual labels:  kibana
seahorse
ELKFH - Elastic, Logstash, Kibana, Filebeat and Honeypot (HTTP, HTTPS, SSH, RDP, VNC, Redis, MySQL, MONGO, SMB, LDAP)
Stars: ✭ 31 (+14.81%)
Mutual labels:  kibana
icingabeat
Elastic Beat fetching events & status from Icinga 2
Stars: ✭ 36 (+33.33%)
Mutual labels:  kibana
microservice-elk
Creating microservice using Spring Boot, Eureka, Zuul, Sleuth, Zipkin and ELK Stack
Stars: ✭ 19 (-29.63%)
Mutual labels:  kibana
ether-to-elasticsearch
Dump etherum stats into elastic search
Stars: ✭ 31 (+14.81%)
Mutual labels:  kibana
ax
A CLI tool to query structured logs, including Kibana, Cloudwatch, Stackdriver, Docker and plain JSON file logs.
Stars: ✭ 51 (+88.89%)
Mutual labels:  kibana
stagemonitor-kibana
Kibana-Plugin for stagemonitor trace visualization
Stars: ✭ 13 (-51.85%)
Mutual labels:  kibana
clinical nlp elastic
Clinical NLP Analysis with Elasticsearch and Kibana
Stars: ✭ 32 (+18.52%)
Mutual labels:  kibana
malice-kibana-plugin
Malice Kibana Plugin
Stars: ✭ 21 (-22.22%)
Mutual labels:  kibana
ElsQuery
Vue Elastic Search Query Builder
Stars: ✭ 27 (+0%)
Mutual labels:  kibana
fluentd-elastic-kibana
Working inital configuration for fluentd elastic and kibana
Stars: ✭ 40 (+48.15%)
Mutual labels:  kibana

Bcoin on Docker with Elasticsearch and Kibana

Start up a bcoin node quickly using Docker. Starts full node with Elasticsearch and Kibana.

How To Use

Copy sample configuration to secrets/bcoin.conf:

Important: Be sure to keep API secrets safe.

$ mkdir -p secrets
$ cp bcoin.example.conf secrets/bcoin.conf

Change api-key in secrets/bcoin.conf

Quick run, node only:

$ docker-compose up 

Connect to Bcoin container

$ docker-compose exec bcoin bash

Set max_map_count value (Linux) in Elasticsearch container $ sudo sysctl -w vm.max_map_count=262144

Index transaction data to Elasticsearch

$ docker-compose exec bcoin bash
$ node indexTx.js

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].