Skip to content

Commit 89cab74

Browse files
authored
Merge pull request #1112 from newrelic/NR-295076-super-agent-logs-amazon-linux
[NR-295076] super-agent: manually install fluent-bit for amazon linux
2 parents 4c0246b + a30797f commit 89cab74

File tree

1 file changed

+4
-0
lines changed
  • recipes/newrelic/infrastructure/super-agent

1 file changed

+4
-0
lines changed

recipes/newrelic/infrastructure/super-agent/rhel.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,10 @@ install:
302302
303303
yum -y -q makecache --disablerepo='*' --enablerepo='newrelic-infra' --enablerepo='newrelic-super-agent'
304304
yum -y -q install newrelic-super-agent
305+
306+
if [ "{{.AMAZON_LINUX_VERSION}}" == "2" ] || [ "{{.AMAZON_LINUX_VERSION}}" == "2023" ] ; then
307+
yum -y -q install fluent-bit
308+
fi
305309
vars:
306310
DISTRO_VERSION:
307311
sh: |

0 commit comments

Comments
 (0)