mirror of https://github.com/apache/lucene.git
Fix typo in 'Index Size Trigger' example JSON.
This commit is contained in:
parent
86fe24cbef
commit
9251d45706
|
@ -337,7 +337,7 @@ operation `NONE` (which still can be monitored and acted upon by an appropriate
|
|||
"aboveDocs" : 1000000000,
|
||||
"belowBytes" : 200000,
|
||||
"belowDocs" : 200000,
|
||||
"belopOp" : "NONE",
|
||||
"belowOp" : "NONE",
|
||||
"waitFor" : "1m",
|
||||
"enabled" : true,
|
||||
"actions" : [
|
||||
|
|
Loading…
Reference in New Issue