commit | 6f0aa84fef39fde21d4b8f8e92311d741fc6b5cd | [log] [tgz] |
---|---|---|
author | Prudence Au <prudence.au@amdocs.com> | Mon Sep 17 13:11:32 2018 -0400 |
committer | Prudence Au <prudence.au@amdocs.com> | Mon Sep 17 13:39:06 2018 -0400 |
tree | bb2045dd4011800d41891be169978d4c50abefd4 | |
parent | bc7c2b8308105985d2807a1ddd94537b5b6bbbd3 [diff] [blame] |
Add "client" and "requestId" to Kibana index pattern creation. Change-Id: I7ec86a59afb9a5e34b652210d87d02c1f126545d Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-454
diff --git a/kubernetes/pomba/charts/pomba-kibana/resources/config/validationsDump.json b/kubernetes/pomba/charts/pomba-kibana/resources/config/validationsDump.json index e9ebad7..ae01e96 100644 --- a/kubernetes/pomba/charts/pomba-kibana/resources/config/validationsDump.json +++ b/kubernetes/pomba/charts/pomba-kibana/resources/config/validationsDump.json
@@ -178,9 +178,15 @@ "type": "text" } } + }, + "client": { + "type": "text" + }, + "requestId": { + "type": "text" } } } } } -} \ No newline at end of file +}