https://github.com/nventimiglia/elasticconsole
ElasticConsole Nest FanOutRead Experiment
https://github.com/nventimiglia/elasticconsole
Last synced: 2 months ago
JSON representation
ElasticConsole Nest FanOutRead Experiment
- Host: GitHub
- URL: https://github.com/nventimiglia/elasticconsole
- Owner: NVentimiglia
- License: unlicense
- Created: 2017-03-15T23:04:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T01:15:13.000Z (about 8 years ago)
- Last Synced: 2025-01-31T08:15:48.914Z (4 months ago)
- Language: C#
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ElasticConsole
ElasticConsole Nest FanOutRead Experiment// download and extract
https://www.elastic.co/downloads/elasticsearch// dir
cd C:\elasticsearch-5.2.2\bin// start
elasticsearch -Ecluster.name=nventi -Enode.name=nventi// ping
GET http://localhost:9200/ (postman)// health
http://localhost:9200/_cat/health?v
http://localhost:9200/_cat/nodes?v&pretty// List all Indicies
localhost:9200/_cat/indices?v&pretty// Create Index
PUT localhost:9200/news?pretty
GET localhost:9200/_cat/indices?v&pretty//
400002 total took 258ms for 100
100000 total took 48ms for 100