Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error start #7

Open
FaionWeb opened this issue Nov 20, 2015 · 1 comment
Open

Error start #7

FaionWeb opened this issue Nov 20, 2015 · 1 comment

Comments

@FaionWeb
Copy link

./elaster
var collections = config.collections.map(function (c)
My config
module.exports = {
mongo: {
connection: 'mongodb://192.168.1.208:27017/publicdb'
},

    elastic: {
            host: {
                    host: 'http://192.168.1.143:9200'
            },

            requestTimeout: 5000
    },

    collections:  {
            name: 'org_name',
            index: 'org_name',
            type: 'collection',
            fields: ['_id','fullName','_etag'],
            mappings: {
                    'org_name': {
                            'properties': {
                                    'fullName': {
                                            'type': 'string'
                                    }
                            }
                    }
            }
    }

};

What am I doing wrong?
P.S. I`m speak rus)

@alexbeletsky
Copy link
Member

What's the error exactly? Can you paste it here?

ps. The project is bit old and dependecies are not updated for a quite while.. Would be nice to update it with latest node engine and libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants