Skip to content

Commit

Permalink
update job to set default index for timeline visualizations (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd authored Dec 11, 2024
1 parent 2078ff0 commit a5d2be4
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 a5d2be4

Please sign in to comment.