-
Notifications
You must be signed in to change notification settings - Fork 256
Add secops guides for network and hosts #249
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
Conversation
The PR tests here found something but they didn't log things very well...... |
@elastic/secops I've updated the docs framework to give you two books (network and hosts) based on comments from @andrewkroh in #189. Picturing a new book based on asciidoc files can be tough, so DeDe wrote our first solution guide for Infrastructure (https://www.elastic.co/guide/en/infrastructure/guide/current/index.html). Her guide has a nice user-centered flow to it, and I've followed her info architecture in these new security guides. We'll also need to add some info similar to this to the Kibana Reference. |
@karenzone I've noticed a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The structure seems good. Not sure what's causing the test failure.
Since this test is a new one from me I'll see what I can find locally. |
OK! The tests are failing because your PR is quite out of date with master and it is missing some files that it needs to run the tests, specifically it is missing the "installation and upgrade guide". Merging mater into this branch ought to fix it. I'll improve the error message in the mean time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That merge did the trick!
Continuation from #189