Skip to content

Commit e52fb76

Browse files
jaredburgettelasticrylndkibanamachine
authored
Small typo corrections in entity-analytics (#172994)
## Summary Corrects typos within entity-analytics comments --------- Co-authored-by: Ryland Herrick <ryalnd@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
1 parent c2003d9 commit e52fb76

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

x-pack/plugins/security_solution/server/lib/entity_analytics/utils/create_datastream.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
*/
77

88
// This file is a copy of x-pack/plugins/alerting/server/alerts_service/lib/create_concrete_write_index.ts
9-
// original function create index instead of datastream, and their have plan to use datastream in the future
10-
// so we probably should remove this file and use the original when datastream will be supported
9+
// 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.
1110

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

0 commit comments

Comments
 (0)