Syncing up with infrastructure-p6 PR 884
diff --git a/server/api/plugins/worker.py b/server/api/plugins/worker.py
index 1c8fa80..6a9f2c2 100644
--- a/server/api/plugins/worker.py
+++ b/server/api/plugins/worker.py
@@ -177,7 +177,7 @@
                     "aggs": {
                         "clients": {
                             "terms": {
-                                "field": "clientip.keyword",
+                                "field": "client_ip.keyword",
                                 "size": 50,
                                 "order": {
                                     "_count": "desc"
@@ -202,7 +202,7 @@
                     "aggs": {
                         "clients": {
                             "terms": {
-                                "field": "clientip.keyword",
+                                "field": "client_ip.keyword",
                                 "size": 50,
                                 "order": {
                                     "traffic": "desc"