The environment variable HTTP_PROXY is discouraged. Use http_proxy. [2018-02-20T04:30:25+00:00] INFO: Started chef-zero at chefzero://localhost:1 with repository at /root/chef-solo One version per cookbook [2018-02-20T04:30:25+00:00] INFO: Forking chef instance to converge... Starting Chef Client, version 13.5.3 [2018-02-20T04:30:26+00:00] INFO: *** Chef 13.5.3 *** [2018-02-20T04:30:26+00:00] INFO: Platform: x86_64-linux [2018-02-20T04:30:26+00:00] INFO: Chef-client pid: 11 [2018-02-20T04:30:26+00:00] INFO: The plugin path /etc/chef/ohai/plugins does not exist. Skipping... [2018-02-20T04:30:27+00:00] INFO: Setting the run_list to ["recipe[sdc-kibana::setup_kibana]"] from CLI options [2018-02-20T04:30:27+00:00] INFO: Run List is [recipe[sdc-kibana::setup_kibana]] [2018-02-20T04:30:27+00:00] INFO: Run List expands to [sdc-kibana::setup_kibana] [2018-02-20T04:30:27+00:00] INFO: Starting Chef Run for sdc-kb-1258596734-sh4v7 [2018-02-20T04:30:27+00:00] INFO: Running start handlers [2018-02-20T04:30:27+00:00] INFO: Start handlers complete. resolving cookbooks for run list: ["sdc-kibana::setup_kibana"] [2018-02-20T04:30:27+00:00] INFO: Loading cookbooks [sdc-kibana@0.0.0] Synchronizing Cookbooks: [2018-02-20T04:30:27+00:00] INFO: Storing updated cookbooks/sdc-kibana/templates/default/kibana.yml.erb in the cache. [2018-02-20T04:30:27+00:00] INFO: Storing updated cookbooks/sdc-kibana/attributes/default.rb in the cache. [2018-02-20T04:30:27+00:00] INFO: Storing updated cookbooks/sdc-kibana/recipes/setup_kibana.rb in the cache. - sdc-kibana (0.0.0) Installing Cookbook Gems: Compiling Cookbooks... Converging 3 resources Recipe: sdc-kibana::setup_kibana * directory[/opt/kibana/config] action create[2018-02-20T04:30:27+00:00] INFO: directory[/opt/kibana/config] mode changed to 775 - change mode from '0755' to '0775'  * template[kibana-yml] action create[2018-02-20T04:30:27+00:00] INFO: template[kibana-yml] backed up to /root/chef-solo/backup/opt/kibana/config/kibana.yml.chef-20180220043027.440095 [2018-02-20T04:30:27+00:00] INFO: template[kibana-yml] updated file contents /opt/kibana/config/kibana.yml - update content in file /opt/kibana/config/kibana.yml from 3c79a6 to 46ceb5 --- /opt/kibana/config/kibana.yml 2016-11-08 20:28:57.000000000 +0000 +++ /opt/kibana/config/.chef-kibana20180220-11-1rc4814.yml 2018-02-20 04:30:27.434943255 +0000 @@ -6,10 +6,11 @@    # If you are running kibana behind a proxy, and want to mount it at a path,  # specify that path here. The basePath can't end in a slash. -# server.basePath: "" +server.basePath: "/sdc1/kibanaProxy"    # The Elasticsearch instance to use for all your queries. -elasticsearch.url: 'http://elasticsearch:9200' +# elasticsearch.url: "http://localhost:9200" +elasticsearch.url: "http://sdc-be.onap-sdc:8080/sdc2/esGateway"    # preserve_elasticsearch_host true will send the hostname specified in `elasticsearch`. If you set it to false,  # then the host you use to connect to *this* Kibana instance will be sent. @@ -24,10 +25,9 @@    # If your Elasticsearch is protected with basic auth, these are the user credentials  # used by the Kibana server to perform maintenance on the kibana_index at startup. Your Kibana -# users will still need to authenticate with Elasticsearch (which is proxied through -# the Kibana server) -# elasticsearch.username: "user" -# elasticsearch.password: "pass" +# users will still need to authenticate with Elasticsearch (which is proxied through the Kibana server) +# elasticsearch.username: "kibana4-server" +# elasticsearch.password: "Aa1234%^!"    # SSL for outgoing requests from the Kibana Server to the browser (PEM formatted)  # server.ssl.cert: /path/to/your/server.crt @@ -37,16 +37,13 @@  # elasticsearch.ssl.cert: /path/to/your/client.crt  # elasticsearch.ssl.key: /path/to/your/client.key   -# If you need to provide a CA certificate for your Elasticsearch instance, put -# the path of the pem file here. -# elasticsearch.ssl.ca: /path/to/your/CA.pem +# If you need to provide a CA certificate for your Elasticsearch instance, put the path of the pem file here. +# elasticsearch.ssl.ca: /var/lib/jetty/base/fe/config/cacert.pem   -# Set to false to have a complete disregard for the validity of the SSL -# certificate. +# Set to false to have a complete disregard for the validity of the SSL certificate.  # elasticsearch.ssl.verify: true   -# Time in milliseconds to wait for elasticsearch to respond to pings, defaults to -# request_timeout setting +# Time in milliseconds to wait for elasticsearch to respond to pings, defaults to request_timeout setting  # elasticsearch.pingTimeout: 1500    # Time in milliseconds to wait for responses from the back end or elasticsearch. @@ -74,4 +71,5 @@    # Set this to true to log all events, including system usage information and all requests.  # logging.verbose: false +[2018-02-20T04:30:27+00:00] INFO: template[kibana-yml] mode changed to 755 - change mode from '0644' to '0755'  * bash[echo status] action run [execute] DOCKER STARTED [2018-02-20T04:30:27+00:00] INFO: bash[echo status] ran successfully - execute "bash" "/tmp/chef-script20180220-11-1ny6uac" [2018-02-20T04:30:27+00:00] INFO: Chef Run complete in 0.2825176 seconds  Running handlers: [2018-02-20T04:30:27+00:00] INFO: Running report handlers Running handlers complete [2018-02-20T04:30:27+00:00] INFO: Report handlers complete Chef Client finished, 3/3 resources updated in 01 seconds [2018-02-20T04:30:27+00:00] WARN: ***************************************** [2018-02-20T04:30:27+00:00] WARN: Did not find config file: /solo.rb, using command line options. [2018-02-20T04:30:27+00:00] WARN: ***************************************** [WARN tini (214)] Tini is not running as PID 1 and isn't registered as a child subreaper. Zombie processes will not be re-parented to Tini, so zombie reaping won't work. To fix the problem, use -s or set the environment variable TINI_SUBREAPER to register Tini as a child subreaper, or run Tini as PID 1. {"type":"log","@timestamp":"2018-02-20T04:30:31+00:00","tags":["info","optimize"],"pid":221,"message":"Optimizing and caching bundles for kibana and statusPage. This may take a few minutes"} {"type":"log","@timestamp":"2018-02-20T04:31:36+00:00","tags":["info","optimize"],"pid":221,"message":"Optimization of bundles for kibana and statusPage complete in 64.94 seconds"} {"type":"log","@timestamp":"2018-02-20T04:31:36+00:00","tags":["status","plugin:kibana","info"],"pid":221,"name":"plugin:kibana","state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"} {"type":"log","@timestamp":"2018-02-20T04:31:36+00:00","tags":["status","plugin:elasticsearch","info"],"pid":221,"name":"plugin:elasticsearch","state":"yellow","message":"Status changed from uninitialized to yellow - Waiting for Elasticsearch","prevState":"uninitialized","prevMsg":"uninitialized"} {"type":"log","@timestamp":"2018-02-20T04:31:36+00:00","tags":["status","plugin:kbn_vislib_vis_types","info"],"pid":221,"name":"plugin:kbn_vislib_vis_types","state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"} {"type":"log","@timestamp":"2018-02-20T04:31:36+00:00","tags":["status","plugin:markdown_vis","info"],"pid":221,"name":"plugin:markdown_vis","state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"} {"type":"log","@timestamp":"2018-02-20T04:31:36+00:00","tags":["status","plugin:metric_vis","info"],"pid":221,"name":"plugin:metric_vis","state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"} {"type":"log","@timestamp":"2018-02-20T04:31:36+00:00","tags":["status","plugin:spyModes","info"],"pid":221,"name":"plugin:spyModes","state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"} {"type":"log","@timestamp":"2018-02-20T04:31:36+00:00","tags":["status","plugin:statusPage","info"],"pid":221,"name":"plugin:statusPage","state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"} {"type":"log","@timestamp":"2018-02-20T04:31:36+00:00","tags":["status","plugin:table_vis","info"],"pid":221,"name":"plugin:table_vis","state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"} {"type":"log","@timestamp":"2018-02-20T04:31:36+00:00","tags":["listening","info"],"pid":221,"message":"Server running at http://0.0.0.0:5601"} {"type":"log","@timestamp":"2018-02-20T04:31:41+00:00","tags":["status","plugin:elasticsearch","info"],"pid":221,"name":"plugin:elasticsearch","state":"yellow","message":"Status changed from yellow to yellow - No existing Kibana index found","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"} {"type":"log","@timestamp":"2018-02-20T04:31:44+00:00","tags":["status","plugin:elasticsearch","info"],"pid":221,"name":"plugin:elasticsearch","state":"green","message":"Status changed from yellow to green - Kibana index ready","prevState":"yellow","prevMsg":"No existing Kibana index found"}