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
This is a follow up to #18349 (Client side job validation for v6.3), where the general validation framework and initial checks have been implements. This issue tracks follow-up updates for job validation.
Framework
Add a skip option to the API endpoint to skip certain tests
Check if both categorization_filters and a categorization_analyzer are configured. If so then the message could be "Categorization filters are not permitted with a categorization analyzer. Instead add a char_filter within the categorization_analyzer."
would be good to do, although it will only be an estimate based on data seen
Estimate resource usage
if high cardinality, low bucket_span, with many detectors/influencers and depending on function then we can warn if we expect the job to be a resource intensive one
Finally, we could provide an example of the sort of results to expect. This is already somewhat covered by the simple jobs wizards but is lacking from adv job config. We can provide both pictorial and language descriptions for the analysis..
e.g. language descriptions (pseudo config)
Models the sum(bytes) for each Host
Detects unusual behavior for a Host compared to its own past behavior
Gives greater significance if many Hosts are unusual together or
Models the sum(bytes) for the populations of Hosts
Detects unusual behavior for a Host compared to the past behavior of the population
The text was updated successfully, but these errors were encountered:
Original comment by @walterra:
This is a follow up to #18349 (Client side job validation for v6.3), where the general validation framework and initial checks have been implements. This issue tracks follow-up updates for job validation.
Framework
skip
option to the API endpoint to skip certain testsChecks
by/partition/over
fields to determine cardinalityBugs
Additional Checks take over from #18074
Finally, we could provide an example of the sort of results to expect. This is already somewhat covered by the simple jobs wizards but is lacking from adv job config. We can provide both pictorial and language descriptions for the analysis..
The text was updated successfully, but these errors were encountered: