Skip to content

Commit

Permalink
fix: serverless markers
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-campagna committed Jan 20, 2025
1 parent cc9efd9 commit 40aef67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elastic/logs/challenges/synthetic-source-recovery.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"index": "logs-*",
"operation": "refresh"
},
{# serverless-shard-recovery-marker-start #}{%- if build_flavor != "serverless" or serverless_operator == true -%}
{
"name": "add-retention-lease",
"operation": {
Expand All @@ -89,5 +90,6 @@
"warmup-iterations": 10,
"iterations": 20
}
{%- endif -%}{# serverless-shard-recovery-marker-end #}
]
}
2 changes: 2 additions & 0 deletions elastic/security/challenges/synthetic-source-recovery.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"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 All @@ -44,5 +45,6 @@
"warmup-iterations": 10,
"iterations": 20
}
{%- endif -%}{# serverless-shard-recovery-marker-end #}
]
}
2 changes: 2 additions & 0 deletions tsdb/challenges/synthetic-source-recovery.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
}
},
{%- endif -%}{# serverless-post-ingest-sleep-marker-end #}
{# serverless-shard-recovery-marker-start #}{%- if build_flavor != "serverless" or serverless_operator == true -%}
{
"name": "add-retention-lease",
"operation": {
Expand All @@ -117,5 +118,6 @@
"warmup-iterations": 10,
"iterations": 20
}
{%- endif -%}{# serverless-shard-recovery-marker-end #}
]
}

0 comments on commit 40aef67

Please sign in to comment.