Skip to content

Commit

Permalink
Small typo corrections in entity-analytics (#172994)
Browse files Browse the repository at this point in the history
## Summary

Corrects typos within entity-analytics comments

---------

Co-authored-by: Ryland Herrick <[email protected]>
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2023
1 parent c2003d9 commit e52fb76
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
*/

// This file is a copy of x-pack/plugins/alerting/server/alerts_service/lib/create_concrete_write_index.ts
// original function create index instead of datastream, and their have plan to use datastream in the future
// so we probably should remove this file and use the original when datastream will be supported
// The original function created an index, while here we create a datastream. If and when responseOps develops first-party code to work with datastreams (https://github.com/elastic/kibana/issues/140403), this file should be removed.

import { get } from 'lodash';
import type { IndicesSimulateIndexTemplateResponse } from '@elastic/elasticsearch/lib/api/typesWithBodyKey';
Expand Down

0 comments on commit e52fb76

Please sign in to comment.