update kibana objects

This commit is contained in:
pemontto
2019-05-07 17:19:31 +01:00
parent 155c3ba163
commit 836515f6d1
3 changed files with 787 additions and 819 deletions

View File

@ -12,4 +12,4 @@ for object_type in ['dashboard', 'visualization', 'search', 'index-pattern', 'ti
for api_object in api_objects:
api_object.pop('updated_at', None)
json.dump(api_objects, open('kibana_APIonly.json', 'w'), indent=2)
json.dump(sorted(api_objects, key=lambda x:x['id']), open('kibana_APIonly.json', 'w'), indent=2)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long