Skip to content

8.18 mirror of [Security Solution][Detection Engine] fixes siem-signal update when it was reindexed from v7 to v8 #206119#206120

Closed
vitaliidm wants to merge 5 commits intoelastic:8.xfrom
vitaliidm:siem-migrations/alerts-mirrot
Closed

8.18 mirror of [Security Solution][Detection Engine] fixes siem-signal update when it was reindexed from v7 to v8 #206119#206120
vitaliidm wants to merge 5 commits intoelastic:8.xfrom
vitaliidm:siem-migrations/alerts-mirrot

Conversation

@vitaliidm
Copy link
Copy Markdown
Contributor

…t was reindexed from v7 to v8

Summary

Summarize your PR. If it involves visual changes include a screenshot or gif.

Checklist

Check the PR satisfies following conditions.

Reviewers should verify this PR satisfies this list as well.

  • Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support
  • Documentation was added for features that require explanation or tutorials
  • Unit or functional tests were updated or added to match the most common scenarios
  • If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the docker list
  • This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. The release_note:breaking label should be applied in these situations.
  • Flaky Test Runner was used on any tests changed
  • The PR description includes the appropriate Release Notes section, and the correct release_note:* label is applied per the guidelines

Identify risks

Does this PR introduce any risks? For example, consider risks like hard to test bugs, performance regression, potential of data loss.

Describe the risk, its severity, and mitigation for each identified risk. Invite stakeholders and evaluate how to proceed before merging.

@elasticmachine
Copy link
Copy Markdown
Contributor

🤖 Jobs for this PR can be triggered through checkboxes. 🚧

ℹ️ To trigger the CI, please tick the checkbox below 👇

  • Click to trigger kibana-pull-request for this PR!
  • Click to trigger kibana-deploy-project-from-pr for this PR!

vitaliidm added a commit that referenced this pull request Jan 24, 2025
…t was reindexed from v7 to v8 (#206119)

## Summary

 - addresses elastic/security-team#11440


### Testing

1. Create cloud env of 7.17 version, (East US 2 (Virginia) on Azurem
where 8.18 snapshot available)
2. Create rule
3. Generate alerts
4. Create cloud env of 8.18 from existing 7.x snapshot (Restore snapshot
data option)
5. Connect local Kibana of 8.18 from mirror branch of this
one(#206120)
6. Add to Kibana dev config following options to enable Upgrade
assistant(UA) showing outdated indices
    ```yml
    xpack.upgrade_assistant.featureSet:
      mlSnapshots: true
      migrateDataStreams: true
      migrateSystemIndices: true
      reindexCorrectiveActions: true
    ```  
7. When Kibana started DO NOT visit Detection rule or any Security  page
8. Open KIbana Upgrade Assistant, 
9. Got to step 3 - Review deprecated settings and resolve issues
11. Click Elasticsearch section
12. Find outdated .siem-signals-* index
13. Reindex it
14. Visit detection page to ensure index API updated mappings

Visit to that page should initiate `POST /api/detection_engine/index`,
which updates mappings

Subsequent index status check should return: 

```JSON
GET kbn:/api/detection_engine/index

// should return

{
  "name": ".alerts-security.alerts-default",
  "index_mapping_outdated": false
}
```
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jan 24, 2025
…t was reindexed from v7 to v8 (elastic#206119)

## Summary

 - addresses elastic/security-team#11440

### Testing

1. Create cloud env of 7.17 version, (East US 2 (Virginia) on Azurem
where 8.18 snapshot available)
2. Create rule
3. Generate alerts
4. Create cloud env of 8.18 from existing 7.x snapshot (Restore snapshot
data option)
5. Connect local Kibana of 8.18 from mirror branch of this
one(elastic#206120)
6. Add to Kibana dev config following options to enable Upgrade
assistant(UA) showing outdated indices
    ```yml
    xpack.upgrade_assistant.featureSet:
      mlSnapshots: true
      migrateDataStreams: true
      migrateSystemIndices: true
      reindexCorrectiveActions: true
    ```
7. When Kibana started DO NOT visit Detection rule or any Security  page
8. Open KIbana Upgrade Assistant,
9. Got to step 3 - Review deprecated settings and resolve issues
11. Click Elasticsearch section
12. Find outdated .siem-signals-* index
13. Reindex it
14. Visit detection page to ensure index API updated mappings

Visit to that page should initiate `POST /api/detection_engine/index`,
which updates mappings

Subsequent index status check should return:

```JSON
GET kbn:/api/detection_engine/index

// should return

{
  "name": ".alerts-security.alerts-default",
  "index_mapping_outdated": false
}
```

(cherry picked from commit 5c67037)
@vitaliidm vitaliidm closed this Jan 24, 2025
JoseLuisGJ pushed a commit to JoseLuisGJ/kibana that referenced this pull request Jan 27, 2025
…t was reindexed from v7 to v8 (elastic#206119)

## Summary

 - addresses elastic/security-team#11440


### Testing

1. Create cloud env of 7.17 version, (East US 2 (Virginia) on Azurem
where 8.18 snapshot available)
2. Create rule
3. Generate alerts
4. Create cloud env of 8.18 from existing 7.x snapshot (Restore snapshot
data option)
5. Connect local Kibana of 8.18 from mirror branch of this
one(elastic#206120)
6. Add to Kibana dev config following options to enable Upgrade
assistant(UA) showing outdated indices
    ```yml
    xpack.upgrade_assistant.featureSet:
      mlSnapshots: true
      migrateDataStreams: true
      migrateSystemIndices: true
      reindexCorrectiveActions: true
    ```  
7. When Kibana started DO NOT visit Detection rule or any Security  page
8. Open KIbana Upgrade Assistant, 
9. Got to step 3 - Review deprecated settings and resolve issues
11. Click Elasticsearch section
12. Find outdated .siem-signals-* index
13. Reindex it
14. Visit detection page to ensure index API updated mappings

Visit to that page should initiate `POST /api/detection_engine/index`,
which updates mappings

Subsequent index status check should return: 

```JSON
GET kbn:/api/detection_engine/index

// should return

{
  "name": ".alerts-security.alerts-default",
  "index_mapping_outdated": false
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants