Skip to content

Commit 6cb11ca

Browse files
Merge branch 'main' into aws-cloud-trail-15057
2 parents c42d8ea + b745a7e commit 6cb11ca

12 files changed

Lines changed: 22 additions & 41 deletions

File tree

.github/workflows/bump-elastic-stack-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v5
2626

2727
- name: Install Updatecli in the runner
28-
uses: updatecli/updatecli-action@a327da0e796f543b8fa4706e5ed63014852ead0e #v2.91.0
28+
uses: updatecli/updatecli-action@0224b21c3687ac1a7510298d58c9a42db84e5814 #v2.92.0
2929

3030
- name: Select diff action
3131
if: ${{ github.event_name == 'pull_request' }}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/magefile/mage v1.15.0
1414
github.com/pkg/errors v0.9.1
1515
github.com/stretchr/testify v1.11.1
16-
golang.org/x/mod v0.27.0
16+
golang.org/x/mod v0.28.0
1717
golang.org/x/tools v0.36.0
1818
gopkg.in/yaml.v3 v3.0.1
1919
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,8 @@ golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
677677
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
678678
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
679679
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
680-
golang.org/x/mod v0.27.0 h1:kb+q2PyFnEADO2IEF935ehFUXlWiNjJWtRNgBLSfbxQ=
681-
golang.org/x/mod v0.27.0/go.mod h1:rWI627Fq0DEoudcK+MBkNkCe0EetEaDSwJJkCcjpazc=
680+
golang.org/x/mod v0.28.0 h1:gQBtGhjxykdjY9YhZpSlZIsbnaE2+PgjfLWUQTnoZ1U=
681+
golang.org/x/mod v0.28.0/go.mod h1:yfB/L0NOf/kmEbXjzCPOx1iK1fRutOydrCMsqRhEBxI=
682682
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
683683
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
684684
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=

packages/dga/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "2.3.3"
3+
changes:
4+
- description: Remove instructions to change the `default_pipeline` for an index
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/15229
27
- version: "2.3.2"
38
changes:
49
- description: Correct typo in Readme

packages/dga/docs/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,6 @@ For more detailed information refer to the following blogs:
6060
```
6161
- If the `@custom` component template already exists, you will need to edit it to add mappings for data to be properly enriched. Click the three dots next to it and select **Edit**.
6262
![Component Templates](../img/component-templates-edit.png)
63-
- On the index settings step, add the following. Be sure to change `<VERSION>` to the current package version.
64-
```
65-
{
66-
"index": {
67-
"default_pipeline": "<VERSION>-ml_dga_ingest_pipeline"
68-
}
69-
}
70-
```
7163
- Proceed to the mappings step in the UI. Click **Add Field** at the bottom of the page and create an an `Object` field for `ml_is_dga`.
7264
![Component Templates](../img/field1.png)
7365
- Finally create two properties under `ml_is_dga`.

packages/dga/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.0.4
22
name: dga
33
title: "Domain Generation Algorithm Detection"
4-
version: 2.3.2
4+
version: 2.3.3
55
source:
66
license: "Elastic-2.0"
77
description: "ML solution package to detect domain generation algorithm (DGA) activity in your network data."

packages/pad/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- version: "0.6.3"
2+
changes:
3+
- description: Remove instructions to change the `default_pipeline` for an index
4+
type: bugfix
5+
link: https://github.com/elastic/integrations/pull/15229
16
- version: "0.6.2"
27
changes:
38
- description: Update transform mappings to use ECS

packages/pad/docs/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ The package transform supports data from Elastic Endpoint via Elastic Defend and
3232
PUT _component_template/{COMPONENT_TEMPLATE_NAME}@custom
3333
{
3434
"template": {
35-
"settings": {
36-
"index": {
37-
"default_pipeline": "<VERSION>-ml_pad_ingest_pipeline"
38-
}
39-
},
4035
"mappings": {
4136
"properties": {
4237
"process": {
@@ -54,14 +49,6 @@ The package transform supports data from Elastic Endpoint via Elastic Defend and
5449
```
5550
- If the `@custom` component template already exists, you will need to edit it to add mappings for data to be properly enriched. Click the three dots next to it and select **Edit**.
5651
![Component Templates](../img/component-templates-edit.png)
57-
- On the index settings step, add the following. Be sure to change `<VERSION>` to the current package version.
58-
```
59-
{
60-
"index": {
61-
"default_pipeline": "<VERSION>-ml_pad_ingest_pipeline"
62-
}
63-
}
64-
```
6552
- Proceed to the mappings step in the UI. Click **Add Field** at the bottom of the page and create an `Object` field for `process`:
6653
![Component Templates](../img/field1.png)
6754
- Create a property under Process for `command_line_entropy` of type `Double`.

packages/pad/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.0.0
22
name: pad
33
title: "Privileged Access Detection"
4-
version: 0.6.2
4+
version: 0.6.3
55
source:
66
license: "Elastic-2.0"
77
description: "ML package to detect anomalous privileged access activity in Windows, Linux and Okta logs"

packages/problemchild/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "2.4.2"
3+
changes:
4+
- description: Remove instructions to change the `default_pipeline` for an index
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/15229
27
- version: "2.4.1"
38
changes:
49
- description: Update platform support docs

0 commit comments

Comments
 (0)