You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To help with #73864, we need to help the Beats team identify the fields that need aliasing (which is something we've done already with #73864 (comment)) AND the fields read directly from _source. The effort do to this is great, as we don't have any way to automatically identify these without manually combing through source files.
I think the best way to handle this to convert the files that do read from _source into *.ts files. Then, create a global interface that describes all the fields read with the appropriate types. This will take some time too, but it should also help move us forward with our migration to *.ts
I'm planning to separate this work by stack product
chrisronline
changed the title
[Monitoring] Identify all values used from _source
[META] [Monitoring] Identify all values used from _source
Dec 7, 2020
To help with #73864, we need to help the Beats team identify the fields that need aliasing (which is something we've done already with #73864 (comment)) AND the fields read directly from
_source
. The effort do to this is great, as we don't have any way to automatically identify these without manually combing through source files.I think the best way to handle this to convert the files that do read from
_source
into*.ts
files. Then, create a global interface that describes all the fields read with the appropriate types. This will take some time too, but it should also help move us forward with our migration to*.ts
I'm planning to separate this work by stack product
The text was updated successfully, but these errors were encountered: