Skip to content

Commit

Permalink
update job to set default index for timeline visualizations
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd committed Dec 11, 2024
1 parent 2078ff0 commit 7c76ec9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ if __name__ == "__main__":
}
r = session.post(
'{}/api/opensearch-dashboards/settings'.format(logs_url),
data='{"changes":{"defaultIndex":"<%= p('dashboards_objects.default_index') %>"}}',
data='{"changes":{"defaultIndex":"<%= p('dashboards_objects.default_index') %>", "timeline:es.default_index": "<%= p('dashboards_objects.default_index') %>"}}',
headers=index_headers,
cert=(cert, key),
verify=ca
Expand Down

0 comments on commit 7c76ec9

Please sign in to comment.