Skip to content
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

[9.0][Deprecations][Detection Engine] [.siem-signals-*] starts with a dot '.', in the next major version, index names starting with a dot are reserved for hidden indices and system indices #196989

Open
yctercero opened this issue Oct 21, 2024 · 3 comments
Labels
Team:Detection Engine Security Solution Detection Engine Area Team:Detections and Resp Security Detection Response Team Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. v9.0.0

Comments

@yctercero
Copy link
Contributor

yctercero commented Oct 21, 2024

Parent ticket - https://github.com/elastic/kibana-team/issues/1173

Summary

Address API deprecations ahead of 9.0:

  • x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/alerts/basic_license_essentials_tier/configs/ess.config.ts
Elasticsearch deprecation: 299 Elasticsearch-9.0.0-5bf446ea2e10aac093f0e02dd123db39466b6c56 index name [.siem-signals-default-outdated-r000077] starts with a dot '.', in the next major version, index names starting with a dot are reserved for hidden indices and system indices
Stack trace:
    at kibana/node_modules/@elastic/transport/lib/Transport.js:636:32
    at KibanaTransport.request (kibana/node_modules/@elastic/transport/lib/Transport.js:632:20)
    at KibanaTransport.request (kibana/node_modules/@kbn/core-elasticsearch-client-server-internal/src/create_transport.js:60:16)
    at Indices.create (kibana/node_modules/@elastic/elasticsearch/lib/api/api/indices.js:229:16)
    at createMigrationIndex (kibana/node_modules/@kbn/security-solution-plugin/server/lib/detection_engine/migrations/create_migration_index.js:34:20)
    at createMigration (kibana/node_modules/@kbn/security-solution-plugin/server/lib/detection_engine/migrations/create_migration.js:34:26)
    at Object.create (kibana/node_modules/@kbn/security-solution-plugin/server/lib/detection_engine/migrations/migration_service.js:29:29)
    at kibana/node_modules/@kbn/security-solution-plugin/server/lib/detection_engine/routes/signals/create_signals_migration_route.js:106:31
    at async Promise.all (index 1)
    at Object.fn (kibana/node_modules/@kbn/security-solution-plugin/server/lib/detection_engine/routes/signals/create_signals_migration_route.js:90:32)
    at kibana/node_modules/@kbn/core-http-router-server-internal/src/versioned_router/core_versioned_route.js:113:24
    at Router.handle (kibana/node_modules/@kbn/core-http-router-server-internal/src/router.js:214:30)
    at handler (kibana/node_modules/@kbn/core-http-router-server-internal/src/router.js:138:50)
    at exports.Manager.execute (kibana/node_modules/@hapi/hapi/lib/toolkit.js:60:28)
    at Object.internals.handler (kibana/node_modules/@hapi/hapi/lib/handler.js:46:20)
    at exports.execute (kibana/node_modules/@hapi/hapi/lib/handler.js:31:20)
    at Request._lifecycle (kibana/node_modules/@hapi/hapi/lib/request.js:370:32)
    at Request._execute (kibana/node_modules/@hapi/hapi/lib/request.js:280:9)
Query:
200 - 97.0B
PUT /.siem-signals-default-outdated-r000077
{settings:{index:{lifecycle:{indexing_complete:true}}}}
  • x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/alerts/basic_license_essentials_tier/configs/ess.config.ts
Elasticsearch deprecation: 299 Elasticsearch-9.0.0-5bf446ea2e10aac093f0e02dd123db39466b6c56 index name [.siem-signals-default-000002] starts with a dot '.', in the next major version, index names starting with a dot are reserved for hidden indices and system indices
Stack trace:
    at kibana/node_modules/@elastic/transport/lib/Transport.js:636:32
    at KibanaTransport.request (kibana/node_modules/@elastic/transport/lib/Transport.js:632:20)
    at KibanaTransport.request (kibana/node_modules/@kbn/core-elasticsearch-client-server-internal/src/create_transport.js:60:16)
    at Indices.rollover (kibana/node_modules/@elastic/elasticsearch/lib/api/api/indices.js:1498:16)
    at createDetectionIndex (kibana/node_modules/@kbn/security-solution-plugin/server/lib/detection_engine/routes/index/create_index_route.js:122:7)
    at Object.fn (kibana/node_modules/@kbn/security-solution-plugin/server/lib/detection_engine/routes/index/create_index_route.js:45:7)
    at kibana/node_modules/@kbn/core-http-router-server-internal/src/versioned_router/core_versioned_route.js:113:24
    at Router.handle (kibana/node_modules/@kbn/core-http-router-server-internal/src/router.js:214:30)
    at handler (kibana/node_modules/@kbn/core-http-router-server-internal/src/router.js:138:50)
    at exports.Manager.execute (kibana/node_modules/@hapi/hapi/lib/toolkit.js:60:28)
    at Object.internals.handler (kibana/node_modules/@hapi/hapi/lib/handler.js:46:20)
    at exports.execute (kibana/node_modules/@hapi/hapi/lib/handler.js:31:20)
    at Request._lifecycle (kibana/node_modules/@hapi/hapi/lib/request.js:370:32)
    at Request._execute (kibana/node_modules/@hapi/hapi/lib/request.js:280:9)
Query:
200 - 198.0B
POST /.siem-signals-default/_rollover
  • x-pack/test/security_solution_api_integration/test_suites/detections_response/detection_engine/alerts/basic_license_essentials_tier/configs/ess.config.ts
Elasticsearch deprecation: 299 Elasticsearch-9.0.0-5bf446ea2e10aac093f0e02dd123db39466b6c56 index name [.siem-signals-default-000001-r000077] starts with a dot '.', in the next major version, index names starting with a dot are reserved for hidden indices and system indices
Stack trace:
    at kibana/node_modules/@elastic/transport/lib/Transport.js:636:32
    at KibanaTransport.request (kibana/node_modules/@elastic/transport/lib/Transport.js:632:20)
    at KibanaTransport.request (kibana/node_modules/@kbn/core-elasticsearch-client-server-internal/src/create_transport.js:60:16)
    at Indices.create (kibana/node_modules/@elastic/elasticsearch/lib/api/api/indices.js:229:16)
    at createMigrationIndex (kibana/node_modules/@kbn/security-solution-plugin/server/lib/detection_engine/migrations/create_migration_index.js:34:20)
    at createMigration (kibana/node_modules/@kbn/security-solution-plugin/server/lib/detection_engine/migrations/create_migration.js:34:26)
    at Object.create (kibana/node_modules/@kbn/security-solution-plugin/server/lib/detection_engine/migrations/migration_service.js:29:29)
    at kibana/node_modules/@kbn/security-solution-plugin/server/lib/detection_engine/routes/signals/create_signals_migration_route.js:106:31
    at async Promise.all (index 0)
    at Object.fn (kibana/node_modules/@kbn/security-solution-plugin/server/lib/detection_engine/routes/signals/create_signals_migration_route.js:90:32)
    at kibana/node_modules/@kbn/core-http-router-server-internal/src/versioned_router/core_versioned_route.js:113:24
    at Router.handle (kibana/node_modules/@kbn/core-http-router-server-internal/src/router.js:214:30)
    at handler (kibana/node_modules/@kbn/core-http-router-server-internal/src/router.js:138:50)
    at exports.Manager.execute (kibana/node_modules/@hapi/hapi/lib/toolkit.js:60:28)
    at Object.internals.handler (kibana/node_modules/@hapi/hapi/lib/handler.js:46:20)
    at exports.execute (kibana/node_modules/@hapi/hapi/lib/handler.js:31:20)
    at Request._lifecycle (kibana/node_modules/@hapi/hapi/lib/request.js:370:32)
    at Request._execute (kibana/node_modules/@hapi/hapi/lib/request.js:280:9)
Query:
200 - 95.0B
PUT /.siem-signals-default-000001-r000077
{settings:{index:{lifecycle:{indexing_complete:true}}}}
@yctercero yctercero added Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:Detection Engine Security Solution Detection Engine Area Team:Detections and Resp Security Detection Response Team v9.0.0 labels Oct 21, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-detection-engine (Team:Detection Engine)

@elasticmachine
Copy link
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

@elasticmachine
Copy link
Contributor

Pinging @elastic/security-detections-response (Team:Detections and Resp)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Detection Engine Security Solution Detection Engine Area Team:Detections and Resp Security Detection Response Team Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. v9.0.0
Projects
None yet
Development

No branches or pull requests

2 participants