Skip to content

Instantly share code, notes, and snippets.

@imperialwicket
Created February 19, 2014 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imperialwicket/9102624 to your computer and use it in GitHub Desktop.
Save imperialwicket/9102624 to your computer and use it in GitHub Desktop.
nginx kibana config for user-specific dashboard
location ~ ^/app/dashboards/default\.json.*$ {
rewrite ^/app/dashboards/default\.json(.*)$ /app/dashboards/$remote_user.json$1 break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment