You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eliminating the checksum (always a hassle to figure that out when kibana version is updated...) is an option if you use :create_if_missing as an action to remote_file
Be careful downloading the tgz to /tmp. This is emptied regularly and you may redownload the file in the future
using --strip-components 1 in tar relieves you from knowing the name of the first directory inside the tarball
using -C in tar you can specify the install directory directly
Using tar z you can skip the extra gunzip step
be careful chmoding web accessable dirs to www-data, If the web server is compromised, the attacker may have write access to these files, allowing them to run arbitrary code as www-data
Here is an example. Use it if you like the improvements :-)
Hi,
Here are some suggestions for your kibana recipe:
Here is an example. Use it if you like the improvements :-)
The text was updated successfully, but these errors were encountered: