mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Logstash Centralized Management] Hide recently-deleted pipelines (follow up PR) (#18683)
* Renaming constant to be more descriptive * Less kludgy language for better readabilility * Removing extraneous newlines
This commit is contained in:
parent
65c907834c
commit
b378717c86
3 changed files with 4 additions and 6 deletions
|
@ -11,5 +11,5 @@ export const MONITORING = {
|
|||
* also, deliberately, the same duration we give Monitoring to pick up and report on a recently-deleted pipeline before we
|
||||
* are safe to stop tracking that pipeline as recently-deleted.
|
||||
*/
|
||||
PIPELINE_RECENCY_DURATION_S: 30
|
||||
ACTIVE_PIPELINE_RANGE_S: 30
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue