Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ELK stack example to UCP logging #239

Merged
merged 2 commits into from
Oct 25, 2016

Conversation

vsaraswat
Copy link
Contributor

Describe the proposed changes

Project version

Related issue

Related issue or PR in another project

Please take a look

Adds an ELK stack example to the UCP logging page as a real-world example of how you could use Syslog feature. The ELK stack example has been sitting around internally for awhile, so let's provide as a customer-facing example.

Adds an ELK stack example to the UCP logging page as a real-world example of how you could use Syslog feature. The ELK stack example has been sitting around internally for awhile, so let's provide as a customer-facing example.
@vsaraswat
Copy link
Contributor Author

@joaofnfernandes

@dhiltgen
Copy link
Contributor

It might also be nice to show some example queries to give users a taste of what they can do with their ELK stack hooked up to UCP. For example:

  • type:"api" AND (tags:"post" OR tags:"put" OR tags:"delete") -- Show all the modifications on the system
  • username:"admin" -- Show all access from a given user
  • type:"auth fail" -- Show all authentication failures on the system

running Kibana and browse log/event entries. You should specify the "time"
field for indexing.

Note: When deployed in a production environment, you should secure your ELK

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest you add a leading > here so the note is blockquoted. :)

@joaofnfernandes joaofnfernandes merged commit 0888a73 into docker:master Oct 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants