-
Notifications
You must be signed in to change notification settings - Fork 163
Updates to Security Get Started guides #3556
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
Open
jmikell821
wants to merge
7
commits into
main
Choose a base branch
from
sec-gs-updates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
4c852e8
Saving changes.
jmikell821 24c1c7b
Saving changes
jmikell821 8fb479c
Edits + updates
jmikell821 e706c6c
Merge branch 'main' into sec-gs-updates
jmikell821 528c4f5
Fixing ref links
jmikell821 d9fe0b1
Merge branch 'sec-gs-updates' of github.com:elastic/docs-content into…
jmikell821 772d000
Update get-started.md
jmikell821 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -14,19 +14,50 @@ products: | |||||
|
||||||
New to {{elastic-sec}}? Follow the instructions in this topic to get started. Then, review the rest of the Get Started section to learn how to use the UI, review requirements, and discover more about our security features. | ||||||
|
||||||
:::::{{stepper}} | ||||||
::::{{step}} Install the Elastic Stack | ||||||
::::::{{stepper}} | ||||||
:::::{{step}} Choose your deployment type | ||||||
|
||||||
To use {{elastic-sec}}, at minimum, you'll need to install {{es}} and {{kib}}—the core components of the {{stack}}. Elastic provides several self-managed or Elastic-managed installation options. For simplicity and speed, we recommend one of our [{{ecloud}}](/deploy-manage/deploy/elastic-cloud.md) options—either {{ech}} or {{serverless-full}}. However, if you prefer to install Elastic on your own infrastructure, you can deploy a [self-managed cluster](/deploy-manage/deploy/self-managed.md). Check out our [deployment types](/deploy-manage/deploy.md#choosing-your-deployment-type) to learn more. | ||||||
Elastic provides several self-managed and Elastic-managed options. For simplicity and speed, we recommend [](./elastic-security-serverless.md), which enables you to run {{elastic-sec}} in fully managed environment so you don’t have to manage the underlying {{es}} cluster and {{kib}} instances. | ||||||
|
||||||
::::{dropdown} Create an Elastic Security Serverless project | ||||||
|
||||||
There are two options to create serverless projects: | ||||||
- If you're a new user, [sign up for a free 14-day trial](https://cloud.elastic.co/serverless-registration) to create a serverless project. For more information about {{ecloud}} trials, check out [Trial information](/deploy-manage/deploy/elastic-cloud/create-an-organization.md#general-sign-up-trial-what-is-included-in-my-trial). | ||||||
jmikell821 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
- If you're an existing customer, [log in to {{ecloud}}](https://cloud.elastic.co/login) and follow [these instructions](./get-started/create-security-project.md) on how to create a serverless project. | ||||||
|
||||||
:::{note} | ||||||
You need the `admin` predefined role or an equivalent custom role to create projects. For more information, refer to [User roles and privileges](https://www.elastic.co/docs/deploy-manage/users-roles/cloud-organization/user-roles). | ||||||
::: | ||||||
|
||||||
After you've created your project, you're ready to move on to the next step. | ||||||
:::: | ||||||
|
||||||
Alternatively, if you prefer a self-managed deployment, you can create a [local development installation](https://www.elastic.co/docs/deploy-manage/deploy/self-managed/local-development-installation-quickstart) in Docker: | ||||||
|
||||||
```sh | ||||||
curl -fsSL https://elastic.co/start-local | sh | ||||||
``` | ||||||
|
||||||
Check out the full list of [deployment types](/deploy-manage/deploy.md#choosing-your-deployment-type) to learn more. | ||||||
|
||||||
::::: | ||||||
|
||||||
::::{{step}} Ingest your data | ||||||
|
||||||
|
||||||
After you've deployed {{elastic-sec}}, the next step is to get data into the product before you can search, analyze, or use any visualization tools. The easiest way to get data into {{elastic-sec}} is through one of our [Security integrations](https://www.elastic.co/integrations/data-integrations?solution=security)—pre-packaged collections of assets that allows you to easily collect, store, and visualize any data from any source. You can add an integration directly from the **Get Started** page within the **Ingest your data** section. Choose from one of our recommended integrations, or select another tab to browse by category. Elastic also provides different [ingestion tools](../../manage-data/ingest/tools.md) to meet your infrastructure needs. | ||||||
After you've deployed {{elastic-sec}}, the next step is to get data into the product before you can search, analyze, or use any visualization tools. The easiest way to get data into {{elastic-sec}} is through one of our integrations—a pre-packaged collection of assets that allows you to easily collect, store, and visualize any data from any source. You can add an integration directly from the **Get Started** page within the **Ingest your data** section: | ||||||
jmikell821 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
1. At the top of page, click **Set up Security**. | ||||||
2. In the Ingest your data section, click Add data with integrations. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
3. Choose from one of our recommended integrations, or select another tab to browse by category. | ||||||
:::{image} /solutions/images/security-gs-ingest-data.png | ||||||
:alt: Ingest data | ||||||
:screenshot: | ||||||
::: | ||||||
|
||||||
Elastic also provides different [ingestion methods](/manage-data/ingest.md) to meet your infrastructure needs. | ||||||
|
||||||
:::{{tip}} | ||||||
If you have data from a source that doesn't yet have an integration, you can use our [Automatic Import tool](/solutions/security/get-started/automatic-import.md). | ||||||
If you have data from a source that doesn't yet have an integration, you can use our [Automatic Import tool](/solutions/security/get-started/automatic-import.md). | ||||||
jmikell821 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
::: | ||||||
:::: | ||||||
|
||||||
|
@@ -35,7 +66,7 @@ Not sure where to start exploring {{elastic-sec}} | |||||
or which features may be relevant to you? Continue to the next topic to view our [quickstart guides](../security/get-started/quickstarts.md), each of which is tailored to a specific use case and helps you complete a core task so you can get up and running. | ||||||
:::: | ||||||
|
||||||
::::: | ||||||
:::::: | ||||||
|
||||||
## Related resources | ||||||
|
||||||
|
@@ -44,5 +75,6 @@ Use these resources to learn more about {{elastic-sec}} or get started in a diff | |||||
* Migrate your SIEM rules from Splunk's Search Processing Language (SPL) to Elasticsearch Query Language ({{esql}}) using [Automatic Migration](../security/get-started/automatic-migration.md). | ||||||
* Check out the numerous [Security integrations](https://www.elastic.co/integrations/data-integrations?solution=security) available to collect and process your data. | ||||||
* Get started with [AI for Security](../security/ai.md). | ||||||
* Learn how to use {{es}} Query Language ({{esql}}) for [security use cases](/solutions/security/esql-for-security.md). | ||||||
* View our [release notes](../../release-notes/elastic-security/index.md) for the latest updates. | ||||||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.