All Projects → nitzantomer → ether-to-elasticsearch

nitzantomer / ether-to-elasticsearch

Licence: other
Dump etherum stats into elastic search

Programming Languages

typescript
32286 projects
shell
77523 projects

Projects that are alternatives of or similar to ether-to-elasticsearch

kibana diagram
Experimental Flow Diagram Vis for Kibana 6.x
Stars: ✭ 15 (-51.61%)
Mutual labels:  kibana
ansible-role-kibana
Ansible Role - Kibana
Stars: ✭ 104 (+235.48%)
Mutual labels:  kibana
next-eui-starter
Start building Kibana protoypes quickly with the Next.js EUI Starter
Stars: ✭ 74 (+138.71%)
Mutual labels:  kibana
docker-case
这个项目主要是为了快速拉起docker服务
Stars: ✭ 31 (+0%)
Mutual labels:  kibana
kibana-xlsx-import
Kibana plugin for import XLSX/CSV file to ElasticSearch
Stars: ✭ 58 (+87.1%)
Mutual labels:  kibana
docker-metricbeat-example
Elasticsearch Metricbeat example configuration to monitor Host and Services with docker
Stars: ✭ 80 (+158.06%)
Mutual labels:  kibana
elastic-stax
elastic-stax Docker Compose projects => for learning/training purposes only!
Stars: ✭ 13 (-58.06%)
Mutual labels:  kibana
stagemonitor-kibana
Kibana-Plugin for stagemonitor trace visualization
Stars: ✭ 13 (-58.06%)
Mutual labels:  kibana
elastic-query-export
🚚 Export Data from ElasticSearch to CSV/JSON using a Lucene Query (e.g. from Kibana) or a raw JSON Query string
Stars: ✭ 56 (+80.65%)
Mutual labels:  kibana
k8s-elk
Kubernetes ELK - ElasticSearch, Kibana, Logstash, and all the trimmings
Stars: ✭ 37 (+19.35%)
Mutual labels:  kibana
twitter-sentiment-analysis
Streaming tweets with spark, language detection & sentiment analysis, dashboard with Kibana
Stars: ✭ 100 (+222.58%)
Mutual labels:  kibana
TelephoneDirectory
microservices-> .net 6, golang - Docker, Ocelot, RabbitMq, MassTransit, mssql, postgresql, elasticsearch, kibana, jwt
Stars: ✭ 40 (+29.03%)
Mutual labels:  kibana
spring-boot-microservice-eureka-zuul-docker-gateway-kubernetes
Spring Boot rest microservices using Kubernetes, ConfigMap, Eureka, Zuul / Spring Boot Gateway, Docker. Monitoring with logstash, logback, elasticsearch, kibana.
Stars: ✭ 86 (+177.42%)
Mutual labels:  kibana
docker-elk-stack
The ELK stack Docker containerization (Elasticsearch, Logstash and Kibana)
Stars: ✭ 20 (-35.48%)
Mutual labels:  kibana
eslog tutorial
From Raw Logs to Real Insights - A tutorial for getting started with log analytics using Elastic Stack.
Stars: ✭ 28 (-9.68%)
Mutual labels:  kibana
aws-elb-logs-to-logstash
Consumes ELB & ALB logs and sends them to logstash for ingestion. Kibana dashboard included.
Stars: ✭ 26 (-16.13%)
Mutual labels:  kibana
frontreport
Simple frontend logging collector written in Go
Stars: ✭ 23 (-25.81%)
Mutual labels:  kibana
PALallax
PALallax is a Paloalto Next Generation Firewall Log Collector
Stars: ✭ 13 (-58.06%)
Mutual labels:  kibana
skalogs-bundle
Open Source data and event driven real time Monitoring and Analytics Platform
Stars: ✭ 16 (-48.39%)
Mutual labels:  kibana
spring-boot-elk
An sample todo app demonstrating centralised logging using ELK stack
Stars: ✭ 20 (-35.48%)
Mutual labels:  kibana

ether-to-elasticsearch

A node program for dumping ethereum data into elasticsearch.

A detailed explenation can be found here: Ethereum Insights with Elasticsearch and Kibana.

Running

Currently not in npm, so first clone/fork this repo and then:

npm install
npm run build
node scripts/bin/index.js

Docker

docker-compose up

Then in your browser navigate to http://localhost:5601

ElasticSearch Setup

Run the ./put_mapping.sh script to create index template mapping. Open kibana management panel > Saved Objects > import and then choose kibana_export.json.

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].