This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ``` | |
| Attempted to send a bulk request to Elasticsearch configured at '["https://foo.us-east-1.es.amazonaws.com:443"]', but an error occurred and it failed! Are you sure you can reach elasticsearch from this machine using the configuration provided? {:client_config=>{:hosts=>["https://foo.us-east-1.es.amazonaws.com:443"], :region=>"us-east-1", :aws_access_key_id=>"key", :aws_secret_access_key=>"key", :transport_options=>{:request=>{:open_timeout=>0, :timeout=>60}, :proxy=>nil}, :transport_class=>Elasticsearch::Transport::Transport::HTTP::AWS, :logger=>nil, :tracer=>nil, :reload_connections=>false, :retry_on_failure=>false, :reload_on_failure=>false, :randomize_hosts=>false, :http=>{:scheme=>"https", :user=>nil, :password=>nil, :port=>443}}, :error_message=>"[400] {\"error\":\"ElasticsearchIllegalArgumentException[explicit index in bulk is not allowed]\",\"status\":400}", :error_class=>"Elasticsearch::Transport::Transport::Errors::BadRequest", :backtrace=>["/opt/logstash/vendor/bundle/jruby/1.9/gems/elasticsearc |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "70175": "30.06, -89.93" | |
| "11542": "40.86, -73.63" | |
| "11547": "40.82, -73.63" | |
| "11545": "40.84, -73.61" | |
| "11548": "40.81, -73.62" | |
| "11549": "40.7, -73.61" | |
| "19399": "40.05, -75.41" | |
| "19398": "40.05, -75.41" | |
| "19397": "40.05, -75.41" | |
| "19395": "39.93, -75.55" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # node-reinstall | |
| # credit: | |
| # http://stackoverflow.com/a/11178106/2083544 | |
| # https://gist.github.com/brock/5b1b70590e1171c4ab54 | |
| ## program version | |
| ## Update versions accordingly. https://github.com/creationix/nvm/releases | |
| VERSION="0.31.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ librarian-test librarian-puppet install --verbose | |
| [Librarian] Ruby Version: 2.0.0 | |
| [Librarian] Ruby Platform: universal.x86_64-darwin13 | |
| [Librarian] Rubygems Version: 2.0.14 | |
| [Librarian] Librarian Version: 0.1.2 | |
| [Librarian] Librarian Adapter: puppet | |
| [Librarian] Librarian Adapter Version: 2.0.1 | |
| [Librarian] Project: /Users/nithyans/Documents/CDK/Stash/ALM/Puppet_Testing/librarian-test | |
| [Librarian] Specfile: Puppetfile | |
| [Librarian] Lockfile: Puppetfile.lock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - | |
| hosts: dev | |
| gather_facts: yes | |
| vars: | |
| app_name: creditcompliance | |
| path_to_verify: /var/www/edge-app/{{app_name}}/web/config/app.conf.json | |
| tasks: | |
| - | |
| name: "Check if path exists for {{ path_to_verify }}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ==> exml (compile) | |
| Compiled src/exml.erl | |
| Compiled src/exml_query.erl | |
| Compiled src/exml_event.erl | |
| Compiled src/exml_stream.erl | |
| Compiling /root/sources/mongooseim/deps/exml/c_src/exml_event.c | |
| In file included from /root/sources/mongooseim/deps/exml/c_src/exml_event.c:1: | |
| c_src/exml_event.h:5:19: error: expat.h: No such file or directory | |
| In file included from /root/sources/mongooseim/deps/exml/c_src/exml_event.c:1: | |
| c_src/exml_event.h:10: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ms’ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [] ~ () $ npm install node-stringprep --verbose | |
| npm info it worked if it ends with ok | |
| npm verb cli [ '/usr/local/bin/node', | |
| npm verb cli '/usr/local/bin/npm', | |
| npm verb cli 'install', | |
| npm verb cli 'node-stringprep', | |
| npm verb cli '--verbose' ] | |
| npm info using npm@1.4.28 | |
| npm info using node@v0.10.32 | |
| npm verb config Skipping project config: /home/nithyans/.npmrc. (matches userconfig) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [] ~ () $ npm install node-stringprep --verbose | |
| npm info it worked if it ends with ok | |
| npm verb cli [ 'node', | |
| npm verb cli '/usr/bin/npm', | |
| npm verb cli 'install', | |
| npm verb cli 'node-stringprep', | |
| npm verb cli '--verbose' ] | |
| npm info using npm@1.4.13 | |
| npm info using node@v0.10.28 | |
| npm verb node symlink /usr/bin/node |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo npm install node-stringprep --verbose | |
| npm info it worked if it ends with ok | |
| npm verb cli [ 'node', | |
| npm verb cli '/usr/local/bin/npm', | |
| npm verb cli 'install', | |
| npm verb cli 'node-stringprep', | |
| npm verb cli '--verbose' ] | |
| npm info using npm@1.4.28 | |
| npm info using node@v0.10.32 | |
| npm verb readDependencies using package.json deps |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo npm install node-stringprep --verbose | |
| npm info it worked if it ends with ok | |
| npm verb cli [ 'node', | |
| npm verb cli '/usr/local/bin/npm', | |
| npm verb cli 'install', | |
| npm verb cli 'node-stringprep', | |
| npm verb cli '--verbose' ] | |
| npm info using npm@1.4.28 | |
| npm info using node@v0.10.32 |