[Security Solution][Sourcerer] Rename index pattern props to data view#216542
Conversation
77f1d2b to
c9bbf82
Compare
| dataAsNestedObject, | ||
| dataFormattedForFieldBrowser, | ||
| getFieldsData, | ||
| indexPattern: sourcererDataView.sourcererDataView, |
| ]; | ||
|
|
||
| export const getNetworkTopCountriesColumns = ( | ||
| indexPattern: DataViewBase, |
There was a problem hiding this comment.
not used in this function anymore
|
Pinging @elastic/security-threat-hunting-investigations (Team:Threat Hunting:Investigations) |
c9bbf82 to
c0b6ccb
Compare
💚 Build Succeeded
Metrics [docs]Async chunks
History
|
agusruidiazgd
left a comment
There was a problem hiding this comment.
LGTM! Thanks for this cleanup Christine! 😸
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/14199045024 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
2 similar comments
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
6 similar comments
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
elastic#216542) This PR cleaned up some naming inconsistencies related to index pattern and data view spec. No change to features/UI. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) 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](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
elastic#216542) This PR cleaned up some naming inconsistencies related to index pattern and data view spec. No change to features/UI. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) 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](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
…190113) And other sourcerer clean ups (#222889) # Backport This will backport the following commits from `main` to `8.19`: - [[Security Solution] Remove index pattern field from Sourcerer (#190113)](#190113) - [remove unused fields from the sourcerer hook result #206030](#206030) - [[Security Solution][Sourcerer] Rename index pattern props to data view #216542](#216542) <!--- Backport version: 10.0.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Luke Gmys","email":"11671118+lgestc@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-10-28T11:11:00Z","message":"[Security Solution] Remove index pattern field from Sourcerer (#190113)\n\n## Summary\r\n\r\nThis PR removes index pattern field from the sourcerer model, replacing\r\nit with direct access to data view spec.\r\n\r\nThe end goal for the sourcerer is to just utilize platform wide Data\r\nView Types, instead of some custom abstractions / containers such as\r\nindexPattern field which is effectively a DataViewSpec, just packed up\r\ndifferently.","sha":"a8048ddf6b3f6623c87236c875a0ef1506a39fe2","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:skip","v9.0.0","Team:Threat Hunting:Investigations","Team:Threat Hunting:Explore"],"title":"[Security Solution] Remove index pattern field from Sourcerer","number":190113,"url":"https://github.com/elastic/kibana/pull/190113","mergeCommit":{"message":"[Security Solution] Remove index pattern field from Sourcerer (#190113)\n\n## Summary\r\n\r\nThis PR removes index pattern field from the sourcerer model, replacing\r\nit with direct access to data view spec.\r\n\r\nThe end goal for the sourcerer is to just utilize platform wide Data\r\nView Types, instead of some custom abstractions / containers such as\r\nindexPattern field which is effectively a DataViewSpec, just packed up\r\ndifferently.","sha":"a8048ddf6b3f6623c87236c875a0ef1506a39fe2"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/190113","number":190113,"mergeCommit":{"message":"[Security Solution] Remove index pattern field from Sourcerer (#190113)\n\n## Summary\r\n\r\nThis PR removes index pattern field from the sourcerer model, replacing\r\nit with direct access to data view spec.\r\n\r\nThe end goal for the sourcerer is to just utilize platform wide Data\r\nView Types, instead of some custom abstractions / containers such as\r\nindexPattern field which is effectively a DataViewSpec, just packed up\r\ndifferently.","sha":"a8048ddf6b3f6623c87236c875a0ef1506a39fe2"}}]}] BACKPORT--> --------- Co-authored-by: Luke Gmys <11671118+lgestc@users.noreply.github.com>
Summary
This PR cleaned up some naming inconsistencies related to index pattern and data view spec. No change to features/UI.
Checklist
release_note:*label is applied per the guidelines