Davis Plumlee
Davis Plumlee
@jpdjere I'll put it in the [follow-up test PR](https://github.com/elastic/kibana/pull/180638) I already opened up
@joepeeples when you get a chance, could you look through the language we're using in this PR in a few specific places? Right now we have this warning message that...
Thanks @joepeeples, this looks great! > But I'm not certain if "missed alerts" is the best description, maybe more like "fewer alerts than expected"? I think that's an accurate description...
Actually after seeing it in use, perhaps "fewer alerts than expected" is a more accurate description of what is being warned about. As the user won't be missing alerts if...
To summarize the design meeting we had offline, we are now moving forward with the warning state being represented by the `append` EUI attribute with a warning icon across the...
@banderror Dmitrii basically summed it up, the rule doesn't break but will potentially produce different results than the rule would if it were run with the parameters it's defined with....
@jpdjere if we end up not putting any hard limits on these and instead are adding a lot of description surrounding what can happen if you start messing with these...
@joepeeples @ARWNightingale I started building this out and was wondering what y'all's opinion was on how we display any help text and the relevant errors - specifically addressing what Nikita...
@jpdjere re: the `concurrentSearches * itemsPerSearch` cannot be greater than 10k validation, what do you think the best way to handle that is for separate defaultable fields? Should we add...