Skip to content

Commit

Permalink
fix: move misplaced comma
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-campagna committed Jan 21, 2025
1 parent 40aef67 commit c052cef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion elastic/logs/challenges/synthetic-source-recovery.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@
"name": "refresh-after-force-merge",
"index": "logs-*",
"operation": "refresh"
},
}
{# serverless-shard-recovery-marker-start #}{%- if build_flavor != "serverless" or serverless_operator == true -%}
,
{
"name": "add-retention-lease",
"operation": {
Expand Down
3 changes: 2 additions & 1 deletion elastic/security/challenges/synthetic-source-recovery.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
},
"ingest-percentage": {{ ingest_percentage | default(100) }},
"clients": {{ p_bulk_indexing_clients }}
},
}
{# serverless-shard-recovery-marker-start #}{%- if build_flavor != "serverless" or serverless_operator == true -%}
,
{
"name": "add-retention-lease",
"operation": {
Expand Down
3 changes: 2 additions & 1 deletion tsdb/challenges/synthetic-source-recovery.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@
{
"name": "refresh-after-force-merge",
"operation": "refresh"
},
}
{# serverless-post-ingest-sleep-marker-start #}{%- if post_ingest_sleep|default(false) -%}
,
{
"name": "post-ingest-sleep",
"operation": {
Expand Down

0 comments on commit c052cef

Please sign in to comment.