So I got it working by stopping everything (except mongo) running these commands:
mongo // To go to shell show databases // To show all existing databases. use <DATA_BASE> // To switch to the wanted database. db.dropDatabase() // To remove the current database. Followed by restarting everything in order. I can now see streams! Thanks all :) On Tuesday, February 4, 2014 1:46:49 PM UTC-5, John Doe wrote: > > hello all. > > i have a fresh install of rc-1.1, es 0.90.10, and mongo 2.4.9. all of the > web interface works except for 'streams' which just whitepages and doesnt > log any errors. Can someone point me in the right direction to troubleshoot > this? > -- You received this message because you are subscribed to the Google Groups "graylog2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
