shirosaidev / stocksight

Stock market analyzer and predictor using Elasticsearch, Twitter, News headlines and Python natural language processing and sentiment analysis
https://shirosaidev.github.io/stocksight/
Apache License 2.0
2.12k stars 463 forks source link

Query and dashboard example #12

Closed klebermagno closed 4 years ago

klebermagno commented 5 years ago

Can you provide , maybe export your dashboard ? I don't have experience with Kibana + Elasticsearch I made this run but I can't show any data.

shirosaidev commented 5 years ago

Load 'stocksight' index in Kibana and import export.json file for visuals/dashboard.

niraj97 commented 5 years ago

There is some issue while importing the export.json file. File could not be read [illegal_argument_exception] Could not find a timestamp in the sample provided

klebermagno commented 5 years ago

There is some issue while importing the export.json file. File could not be read [illegal_argument_exception] Could not find a timestamp in the sample provided

Which version of Kibana and elastic search are you using ? this project work in Elasticsearch 5 and Kibana 5.

niraj97 commented 5 years ago

sorry but I was not importing the file correctly. That is why I got this error. But I would lie to ask the owner to update the export.json file for the latest version of the program as it seems that some of the parameters have been changed since you last uploaded that file. Thanks for all you work though.