Skip to content

Commit d218bab

Browse files
committed
fix: Fixed indexing nomenclature for pilotMonitoring on ES
1 parent efb8a51 commit d218bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/MonitoringSystem/Client/Types/PilotMonitoring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self):
1414

1515
self.monitoringFields = ["NumTotal", "NumSucceeded"]
1616

17-
self.index = "pilotStats_index"
17+
self.index = "pilot-stats_index"
1818

1919
self.addMapping(
2020
{

0 commit comments

Comments
 (0)