Skip to content

Commit

Permalink
Print AWS for Fluent Bit version in Color
Browse files Browse the repository at this point in the history
  • Loading branch information
PettitWesley authored and hossain-rayhan committed Nov 26, 2019
1 parent b4a96f1 commit c389b71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
tput setaf 5;
tput bold;
echo -n "AWS for Fluent Bit Container Image Version "
cat /AWS_FOR_FLUENT_BIT_VERSION
tput sgr0;
/fluent-bit/bin/fluent-bit -e /fluent-bit/firehose.so -e /fluent-bit/cloudwatch.so -e /fluent-bit/kinesis.so -c /fluent-bit/etc/fluent-bit.conf

0 comments on commit c389b71

Please sign in to comment.