Skip to content

[docs] Fix image paths for docs-assembler #879

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Binary file removed docs/false-after-multi.png
Binary file not shown.
Binary file removed docs/false-before-multi.png
Binary file not shown.
Binary file removed docs/lambda-create-function.png
Binary file not shown.
Binary file removed docs/lambda-flow.png
Binary file not shown.
Binary file removed docs/multiline-regexp-test-repl-main.png
Binary file not shown.
Binary file removed docs/multiline-regexp-test-repl-run.png
Binary file not shown.
12 changes: 4 additions & 8 deletions docs/reference/aws-deploy-elastic-serverless-forwarder.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ If the customization options available when deploying via Serverless Application
1. Go to **Integrations** in {{kib}} and search for AWS (or select the **AWS** category to filter the list).
2. Click the AWS integration, select **Settings** and click **Install AWS assets** and confirm to install all the AWS integration assets.

:::{image} images/aws-serverless-forwarder-install-assets.png
:alt: Find and install AWS integration assets in {kib}
:class: screenshot
:::
% TO DO: Use `:class: screenshot`
![Find and install AWS integration assets in {{kib}}](images/aws-serverless-forwarder-install-assets.png)

Adding integrations from {{kib}} provides appropriate pre-built dashboards, ingest node configurations, and other assets that help you get the most out of the data you ingest. The integrations use [data streams](docs-content://manage-data/data-store/data-streams.md) with specific [naming conventions](https://www.elastic.co/blog/an-introduction-to-the-elastic-data-stream-naming-scheme) that provide you with more granular controls and flexibility on managing data ingestion.

Expand Down Expand Up @@ -351,10 +349,8 @@ Only one deployment per region is allowed when using the AWS console directly.
3. Click **Serverless application** and search for **elastic-serverless-forwarder**.
4. Select **elastic-serverless-forwarder** from the search results (ignoring any application beginning **helper-**).

:::{image} images/aws-serverless-forwarder-create-function.png
:alt: Create Elastic Serverless Forwarder Lambda function within SAR
:class: screenshot
:::
% TO DO: Use `:class: screenshot`
![Create Elastic Serverless Forwarder Lambda function within SAR](images/aws-serverless-forwarder-create-function.png)

5. Complete the **Application settings** according to [Define deployment parameters](#aws-serverless-forwarder-define-deploy-parameters). You must specify the parameters even if they already exist in the `config.yaml` file. Depends on the input type, at least one if the parameters `ElasticServerlessForwarderSQSEvents`, `ElasticServerlessForwarderS3SQSEvents`, `ElasticServerlessForwarderKinesisEvents`, `ElasticServerlessForwarderCloudWatchLogsEvents` should de defined.
6. After your settings have been added, click **Deploy**.
Expand Down
6 changes: 2 additions & 4 deletions docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ The Elastic Serverless Forwarder can forward AWS data to cloud-hosted, self-mana
* Amazon CloudWatch Logs subscription filters
* Amazon SQS message payload

:::{image} images/aws-serverless-lambda-flow.png
:alt: AWS Lambda flow
:class: screenshot
:::
% TO DO: Use `:class: screenshot`
![AWS Lambda flow](images/aws-serverless-lambda-flow.png)

Elastic Serverless Forwarder ensures [at-least-once delivery](#aws-serverless-forwarder-at-least-once-delivery) of the forwarded message.

Expand Down
Binary file removed docs/true-after-multi.png
Binary file not shown.
Binary file removed docs/true-before-multi.png
Binary file not shown.