Skip to content

Commit f8cf5c9

Browse files
michel-latermanmergify-bot
authored andcommitted
Fix agent download timeout values in yaml files (#29039)
(cherry picked from commit 692ee17)
1 parent d490c1c commit f8cf5c9

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

x-pack/elastic-agent/_meta/config/common.p2.yml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ inputs:
9494
# # path to the directory containing downloaded packages
9595
# target_directory: "${path.data}/downloads"
9696
# # timeout for downloading package
97-
# timeout: 30s
97+
# timeout: 120s
9898
# # file path to a public key used for verifying downloaded artifacts
9999
# # if not file is present agent will try to load public key from elastic.co website.
100100
# pgpfile: "${path.data}/elastic.pgp"

x-pack/elastic-agent/_meta/config/common.reference.p2.yml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ inputs:
6363
# # path to the directory containing downloaded packages
6464
# target_directory: "${path.data}/downloads"
6565
# # timeout for downloading package
66-
# timeout: 30s
66+
# timeout: 120s
6767
# # file path to a public key used for verifying downloaded artifacts
6868
# # if not file is present agent will try to load public key from elastic.co website.
6969
# pgpfile: "${path.data}/elastic.pgp"

x-pack/elastic-agent/_meta/config/elastic-agent.docker.yml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ inputs:
6363
# # path to the directory containing downloaded packages
6464
# target_directory: "${path.data}/downloads"
6565
# # timeout for downloading package
66-
# timeout: 30s
66+
# timeout: 120s
6767
# # file path to a public key used for verifying downloaded artifacts
6868
# # if not file is present agent will try to load public key from elastic.co website.
6969
# pgpfile: "${path.data}/elastic.pgp"

x-pack/elastic-agent/_meta/elastic-agent.fleet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fleet:
1212
# # path to the directory containing downloaded packages
1313
# target_directory: "${path.data}/downloads"
1414
# # timeout for downloading package
15-
# timeout: 30s
15+
# timeout: 120s
1616
# # file path to a public key used for verifying downloaded artifacts
1717
# # if not file is present Elastic Agent will try to load public key from elastic.co website.
1818
# pgpfile: "${path.data}/elastic.pgp"

x-pack/elastic-agent/_meta/elastic-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ inputs:
6363
# # path to the directory containing downloaded packages
6464
# target_directory: "${path.data}/downloads"
6565
# # timeout for downloading package
66-
# timeout: 30s
66+
# timeout: 120s
6767
# # file path to a public key used for verifying downloaded artifacts
6868
# # if not file is present agent will try to load public key from elastic.co website.
6969
# pgpfile: "${path.data}/elastic.pgp"

x-pack/elastic-agent/elastic-agent.docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ inputs:
6363
# # path to the directory containing downloaded packages
6464
# target_directory: "${path.data}/downloads"
6565
# # timeout for downloading package
66-
# timeout: 30s
66+
# timeout: 120s
6767
# # file path to a public key used for verifying downloaded artifacts
6868
# # if not file is present agent will try to load public key from elastic.co website.
6969
# pgpfile: "${path.data}/elastic.pgp"

x-pack/elastic-agent/elastic-agent.reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ inputs:
6969
# # path to the directory containing downloaded packages
7070
# target_directory: "${path.data}/downloads"
7171
# # timeout for downloading package
72-
# timeout: 30s
72+
# timeout: 120s
7373
# # file path to a public key used for verifying downloaded artifacts
7474
# # if not file is present agent will try to load public key from elastic.co website.
7575
# pgpfile: "${path.data}/elastic.pgp"

x-pack/elastic-agent/elastic-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ inputs:
100100
# # path to the directory containing downloaded packages
101101
# target_directory: "${path.data}/downloads"
102102
# # timeout for downloading package
103-
# timeout: 30s
103+
# timeout: 120s
104104
# # file path to a public key used for verifying downloaded artifacts
105105
# # if not file is present agent will try to load public key from elastic.co website.
106106
# pgpfile: "${path.data}/elastic.pgp"

x-pack/elastic-agent/pkg/agent/application/configuration_embed.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)