-
Notifications
You must be signed in to change notification settings - Fork 55
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
first take at getting started #973
Open
georgewallace
wants to merge
11
commits into
elastic:main
Choose a base branch
from
georgewallace:getting-started
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
11 commits
Select commit
Hold shift + click to select a range
78ab6fd
first take at getting started
georgewallace 9c7897c
making updates
georgewallace 11e685c
more updates
georgewallace 98d2d5d
temporarily fixing broken links
georgewallace af20fb2
fixing links temporarily
georgewallace d2f2123
more fixes
georgewallace 6c6638b
adding snippet
georgewallace 96df9dc
fixing links
georgewallace 50788a9
Merge branch 'main' into getting-started
georgewallace d51308b
updating getting started page
georgewallace 02b6091
updates
georgewallace 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
This file contains 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 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 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 | ||||
---|---|---|---|---|---|---|
|
@@ -3,52 +3,30 @@ mapped_pages: | |||||
- https://www.elastic.co/guide/en/elasticsearch/reference/current/elasticsearch-intro-what-is-es.html | ||||||
--- | ||||||
|
||||||
# {{es}} and {{kib}} [introduction] | ||||||
|
||||||
## What is {{es}}? | ||||||
|
||||||
[{{es}}](https://github.com/elastic/elasticsearch) is a distributed search and analytics engine, scalable data store, and vector database built on Apache Lucene. It’s optimized for speed and relevance on production-scale workloads. Use {{es}} to search, index, store, and analyze data of all shapes and sizes in near real time. | ||||||
|
||||||
You can deploy {{es}} as a standalone service to build custom search and analytics solutions or deploy it together with other Elastic products, using various [deployment options](./deployment-options.md). | ||||||
|
||||||
Explore the full list of [{{es}} features](https://www.elastic.co/elasticsearch/features) on the product webpage. | ||||||
|
||||||
To learn more about the internals of the data store, refer to [](/manage-data/data-store.md). | ||||||
|
||||||
::::{tip} | ||||||
Want to get started quickly with the {{es}} API? Check out our hands-on [quick start tutorials](/solutions/search/api-quickstarts.md) and [Python notebooks](https://github.com/elastic/elasticsearch-labs/tree/main/notebooks#readme). | ||||||
:::: | ||||||
|
||||||
## What is {{kib}}? | ||||||
|
||||||
[{{kib}}](https://github.com/elastic/kibana) is the graphical user interface for {{es}}. It’s a powerful tool for visualizing and analyzing your data, and for managing and monitoring the Elastic Stack. | ||||||
|
||||||
Together, {{es}} and {{kib}} form the core of the [Elastic Stack](the-stack.md). | ||||||
|
||||||
They power all Elastic solutions and use cases: | ||||||
|
||||||
- [Observability](/solutions/observability.md) | ||||||
- [Security](/solutions/security.md) | ||||||
- [Search](/solutions/search.md) | ||||||
|
||||||
## Use cases | ||||||
# Use cases [introduction] | ||||||
$$$what-is-kib$$$ | ||||||
$$$what-is-es$$$ | ||||||
|
||||||
The {{stack}} is used for a wide and growing range of use cases. Here are a few examples: | ||||||
|
||||||
**Observability** | ||||||
## Observability | ||||||
|
||||||
- **Logs, metrics, and traces**: Collect, store, and analyze logs, metrics, and traces from applications, systems, and services. | ||||||
- **Application performance monitoring (APM)**: Monitor and analyze the performance of business-critical software applications. | ||||||
- **Real user monitoring (RUM)**: Monitor, quantify, and analyze user interactions with web applications. | ||||||
- **OpenTelemetry**: Reuse your existing instrumentation to send telemetry data to the Elastic Stack using the OpenTelemetry standard. | ||||||
|
||||||
**Security** | ||||||
[**Get started with {{observability}} →**](../solutions/observability/get-started.md) | ||||||
|
||||||
## Security | ||||||
|
||||||
- **Security information and event management (SIEM)**: Collect, store, and analyze security data from applications, systems, and services. | ||||||
- **Endpoint security**: Monitor and analyze endpoint security data. | ||||||
- **Threat hunting**: Search and analyze data to detect and respond to security threats. | ||||||
|
||||||
**Search** | ||||||
[**Get started with {{elastic-sec}} →**](../solutions/security/get-started.md) | ||||||
|
||||||
## Search | ||||||
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
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. Elasticsearch should appear before Obs and Security |
||||||
|
||||||
- **Full-text search**: Build a fast, relevant full-text search solution using inverted indexes, tokenization, and text analysis. | ||||||
- **Vector database**: Store and search vectorized data, and create vector embeddings with built-in and third-party natural language processing (NLP) models. | ||||||
|
@@ -58,6 +36,8 @@ The {{stack}} is used for a wide and growing range of use cases. Here are a few | |||||
- **Retrieval augmented generation (RAG)**: Use {{ecloud}} as a retrieval engine to supplement generative AI models with more relevant, up-to-date, or proprietary data for a range of use cases. | ||||||
- **Geospatial search**: Search for locations and calculate spatial relationships using geospatial queries. | ||||||
|
||||||
[**Get started with {{es}} →**](../solutions/search/get-started.md) | ||||||
|
||||||
This is just a sample of search, observability, and security use cases enabled by {{ecloud}}. Refer to Elastic [customer success stories](https://www.elastic.co/customers/success-stories) for concrete examples across a range of industries. | ||||||
|
||||||
% TODO: cleanup these links, consolidate with Explore and analyze | ||||||
|
This file contains 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 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
Oops, something went wrong.
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.
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.
Elasticsearch should appear first