ohsu-comp-bio / dms-es

elastic search for federated data management DEPRECATED - see intel repo
0 stars 1 forks source link

Add Troubleshooting Section to Readme #5

Open jacmarjorie opened 8 years ago

jacmarjorie commented 8 years ago

I can add this to the readme - but it is worth mentioning that the Kibana interface was not loading for me because of an exception that other people have happened to run into. The way around this was to send a PUT to kibana with:

{
    "index" : {
    "max_result_window" : 2147483647
    }
}

Read more here