Skip to content

Instantly share code, notes, and snippets.

@ozbillwang
Last active February 2, 2016 07:06
Show Gist options
  • Save ozbillwang/dfaffdf39fa060cc0c68 to your computer and use it in GitHub Desktop.
Save ozbillwang/dfaffdf39fa060cc0c68 to your computer and use it in GitHub Desktop.
filebeat
Installing nokogiri 1.6.7.2 with native extensions
libxml2 version 2.6.21 or later is required!

Solution:

brew install libxml2
bundle config build.nokogiri "--use-system-libraries --with-xml2-include=/usr/local/opt/libxml2/include/libxml2"
bundle install

default hiera

Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::package_ensure
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::manage_repo
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::service_ensure
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::service_enable
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::spool_size
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::idle_timeout
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::registry_file
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::config_dir
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::config_dir_mode
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::config_file_mode
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::purge_conf_dir
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::outputs
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::shipper
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::logging
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::run_options
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::conf_template
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::download_url
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::install_dir
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::tmp_dir
Debug: hiera(): [eyaml_backend]: Lookup called for key filebeat::prospectors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment