Skip to content

Commit e97c9c0

Browse files
authored
Merge branch 'main' into 3284/convert-lookup
2 parents c643263 + b6cc9c4 commit e97c9c0

File tree

6 files changed

+28
-21
lines changed

6 files changed

+28
-21
lines changed

deploy-manage/monitor/autoops/cc-connect-self-managed-to-autoops.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ With this authentication method, you need to create an API key to grant access t
123123

124124
1. From your {{ecloud}} home page, select a deployment.
125125
2. Go to **Stack management** > **API keys** and select **Create API key**.
126-
4. In the flyout, enter a name for your key and select **User API key**.
127-
5. Enable **Control security privileges** and enter the following script:
126+
3. In the flyout, enter a name for your key and select **User API key**.
127+
4. Enable **Control security privileges** and enter the following script:
128128
```json
129129
{
130130
"autoops": {
@@ -287,8 +287,8 @@ You can use the same installation command to connect multiple clusters, but each
287287

288288
Complete the following steps to disconnect your cluster from your Cloud organization. You need the **Organization owner** [role](/deploy-manage/monitor/autoops/cc-manage-users.md#assign-roles) to perform this action.
289289

290-
2. Based on your [installation method](#select-installation-method), complete the steps to stop {{agent}} from shipping metrics to {{ecloud}}.
291-
1. Log in to [{{ecloud}}](https://cloud.elastic.co/home).
290+
1. Based on your [installation method](#select-installation-method), complete the steps to stop {{agent}} from shipping metrics to {{ecloud}}.
291+
2. Log in to [{{ecloud}}](https://cloud.elastic.co/home).
292292
3. On the **Connected clusters** page or the **Connected clusters** section of the home page, locate the cluster you want to disconnect.
293293
4. From that cluster’s actions menu, select **Disconnect cluster**.
294294
5. Enter the cluster’s name in the field that appears and then select **Disconnect cluster**.

explore-analyze/find-and-organize/data-views.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ In certain apps, you can also query your {{es}} data using [{{esql}}](elasticsea
3737
- `Data View Management` {{kib}} privilege.
3838
- `view_index_metadata` {{es}} privilege.
3939
* If a read-only indicator appears, you have insufficient privileges to create or save {{data-sources}}. In addition, the buttons to create {{data-sources}} or save existing {{data-sources}} are not visible.
40+
* {applies_to}`stack: ga 9.2` Some data views are exclusively configured and **managed** by Elastic. You can view and use these managed data views, but you can't edit them. If you'd like to use a modified version of a managed data view, you can [duplicate it](#duplicate-managed-data-view) and edit that new copy as needed.
4041

4142

4243
## Create a data view [settings-create-pattern]
@@ -678,3 +679,24 @@ The **Color** field formatter enables you to specify colors with ranges of value
678679
When you select the **Color** formatter, click **Add Color**, then specify the **Range**, **Text color**, and **Background color**.
679680

680681

682+
## Duplicate managed data views [duplicate-managed-data-view]
683+
```{applies_to}
684+
stack: ga 9.2
685+
```
686+
687+
Some data views are exclusively configured and **managed** by Elastic. You can view and use these managed data views, but you can't edit them. If you'd like to use a modified version of a managed data view, you can duplicate it and edit that new copy as needed. To do this:
688+
689+
1. Open the {{kib}} application where you want to use the data view. For example, **Discover** or **Lens**.
690+
:::{note}
691+
The duplication operation isn't available from the **Data Views** management page.
692+
:::
693+
694+
2. In the data view selection menu, select the managed data view that you want to duplicate.
695+
696+
3. Still in the data view selection menu, select **Manage this data view**. A flyout with more details about the data view opens, and indicates that you can't edit it directly.
697+
698+
![Manage this data view option](../images/manage-this-data-view.png "Manage this data view option =50%")
699+
700+
4. Select **Duplicate**. A Similar flyout opens where you can adjust the settings of the new copy of the managed data view.
701+
702+
5. Finalize your edits, then select **Save data view to Kibana** or **Use without saving**, depending on your needs. By saving it to {{kib}}, you can retrieve it and use it again later.
105 KB
Loading

manage-data/ingest/transform-enrich/ingest-lag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ As discussed above `@timestamp` is set to the timestamp from within the collecte
8989
lang: javascript
9090
source: >
9191
function process(event) {
92-
event.put("event.created", Date.now());
92+
event.Put("event.created", Date.now());
9393
}
9494
```
9595

reference/fleet/fleet-settings.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -99,22 +99,6 @@ To add or edit an output:
9999
If the options for editing an output are grayed out, outputs are configured outside of {{fleet}}. For more information, refer to [{{fleet}} settings in {{kib}}](kibana://reference/configuration-reference/fleet-settings.md).
100100
::::
101101

102-
103-
104-
## Agent binary download settings [fleet-agent-binary-download-settings]
105-
106-
{{agent}}s must be able to access the {{artifact-registry}} to download binaries during upgrades. By default {{agent}}s download artifacts from the artifact registry at `https://artifacts.elastic.co/downloads/`.
107-
108-
For {{agent}}s that cannot access the internet, you can specify agent binary download settings, and then configure agents to download their artifacts from the alternate location. For more information about running {{agent}}s in a restricted environment, refer to [Air-gapped environments](/reference/fleet/air-gapped.md).
109-
110-
To add or edit the source of binary downloads:
111-
112-
1. Go to **{{fleet}} > Settings**.
113-
2. Under **Agent Binary Download**, select **Add agent binary source** or **Edit**.
114-
3. Set the agent binary source name.
115-
4. For **Host**, specify the address where you are hosting the artifacts repository.
116-
5. (Optional) To make this location the default, select **Make this host the default for all agent policies**. {{agent}}s use the default location if you don’t select a different agent binary source in the agent policy.
117-
118102
## Agent binary download settings [fleet-agent-binary-download-settings]
119103

120104
{{agent}}s must be able to access the {{artifact-registry}} to download binaries during upgrades. By default {{agent}}s download artifacts from the artifact registry at `https://artifacts.elastic.co/downloads/`.

solutions/observability/apm/apm-server/apm-agent-central-configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ mapped_pages:
44
- https://www.elastic.co/guide/en/observability/current/apm-configure-agent-config.html
55
applies_to:
66
stack: ga
7+
serverless: unavailable
78
products:
89
- id: observability
910
- id: apm

0 commit comments

Comments
 (0)