Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
a4472c7
merging shaina's PR with my WIP changes
eedugon Mar 26, 2025
8f374d0
security certificates work in progress
eedugon Mar 26, 2025
0fa5251
HTTPS setup ongoing
eedugon Mar 26, 2025
e4601e1
kibana https updated
eedugon Mar 26, 2025
155e78f
syncing tabs
eedugon Mar 26, 2025
f6da69c
working in progress
eedugon Mar 26, 2025
613a131
automatic and manual configs for self-managed almost completed
eedugon Mar 27, 2025
602e280
basic and basic plus concepts refined
eedugon Mar 27, 2025
4dd4b33
TLS certificates extra landing pages added
eedugon Mar 27, 2025
6185393
redirect for self-setup.md
eedugon Mar 27, 2025
0a15585
automatic security setup file renamed to self-auto-setup.md
eedugon Mar 27, 2025
6e86fa6
final refinements before ready for review
eedugon Mar 28, 2025
f0626ec
Merge remote-tracking branch 'origin/main' into security_comms
eedugon Mar 28, 2025
36b15c7
moved tutorial
eedugon Mar 28, 2025
d3ba8d5
fixing some links
eedugon Mar 28, 2025
d820457
Apply suggestions from code review
eedugon Mar 29, 2025
fc987ad
deploy guides updated
eedugon Mar 31, 2025
ea7867b
changes per review comments
eedugon Mar 31, 2025
7a7241d
removing badge in section
eedugon Mar 31, 2025
c4fa413
fixing various links
eedugon Mar 31, 2025
d2b767a
Merge remote-tracking branch 'origin/main' into security_comms
eedugon Mar 31, 2025
44ed1bf
kibana security doc reduced. finding home
eedugon Mar 31, 2025
8183345
comparison table updated
eedugon Mar 31, 2025
bd3cb74
getting closer
eedugon Mar 31, 2025
87f634b
Update deploy-manage/security/self-setup.md
eedugon Apr 1, 2025
6833ffc
refinement completed
eedugon Apr 1, 2025
e634418
merging main without redirects
eedugon Apr 1, 2025
1fe942a
new redirects.yml added
eedugon Apr 1, 2025
3e9cf0a
Merge branch 'main' into security_comms
shainaraskas Apr 1, 2025
f82bfbd
Apply suggestions from code review
eedugon Apr 1, 2025
d0b5df0
review in progress
eedugon Apr 1, 2025
2703f92
Apply suggestions from code review
eedugon Apr 1, 2025
23a9ae2
Update deploy-manage/security/_snippets/cluster-comparison.md
eedugon Apr 1, 2025
7da7542
Update deploy-manage/security/_snippets/cluster-comparison.md
eedugon Apr 1, 2025
beca853
working on reviews
eedugon Apr 1, 2025
8da916c
working on reviews
eedugon Apr 1, 2025
091d773
working on reviews
eedugon Apr 1, 2025
8c87940
working on reviews
eedugon Apr 1, 2025
b9c7373
working on reviews
eedugon Apr 1, 2025
9108fb2
working on reviews
eedugon Apr 1, 2025
3b7e16f
applies_to and substitutions fixed
eedugon Apr 1, 2025
8044f47
Update deploy-manage/security/set-up-basic-security-plus-https.md
eedugon Apr 1, 2025
6bacccb
Update deploy-manage/security/set-up-basic-security-plus-https.md
eedugon Apr 1, 2025
5da9e04
Merge branch 'main' into security_comms
eedugon Apr 1, 2025
dc296f1
install stack demo secure moved to raw content
eedugon Apr 2, 2025
9a69bec
removed empty line
eedugon Apr 2, 2025
db53e13
Merge branch 'main' into security_comms
eedugon Apr 2, 2025
4a31e1d
final refinement
eedugon Apr 2, 2025
66b56be
minor changes missed in previous PR
eedugon Apr 2, 2025
fe1d864
changes missed in previous PR
eedugon Apr 2, 2025
863f399
Merge branch 'main' into security_comms
eedugon Apr 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy-manage/security/_snippets/cluster-comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Select your deployment type below to see what's available and how implementation
| | Private link | Configurable | [Establish a secure VPC connection](/deploy-manage/security/private-link-traffic-filters.md) |
| | Kubernetes network policies | N/A | |
| **Data** | Encryption at rest | Managed | You can [bring your own encryption key](/deploy-manage/security/encrypt-deployment-with-customer-managed-encryption-key.md) |
| | Secure settings | Configurable | Automatically protected by Elastic |
| | Secure settings | Configurable | [Configure secure settings](/deploy-manage/security/secure-settings.md) |
| | Saved object encryption | Fully managed | Automatically encrypted by Elastic |
| **User session** | {{kib}} sessions | Configurable | [Customize session parameters](/deploy-manage/security/kibana-session-management.md) |

Expand Down
2 changes: 1 addition & 1 deletion deploy-manage/security/using-kibana-with-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ The following {{kib}} security features are not covered in this document because
* [Secure settings](./secure-settings.md)
* [Security events audit logging](./logging-configuration/security-event-audit-logging.md)

For more details, refer to [](./secure-your-cluster-deployment.md).
For a complete overview of available security features, refer to [](./secure-your-cluster-deployment.md).
Loading