Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not getting instance_id #15

Open
abzmungul opened this issue Feb 24, 2017 · 4 comments
Open

Not getting instance_id #15

abzmungul opened this issue Feb 24, 2017 · 4 comments

Comments

@abzmungul
Copy link

it seems that the logstream does not pick up the instance_id correctly

I get NO_NAME-xxx-xx-x-xx-eu-west-1a, is there a way to set this so that the instance_id dynamically appears as the logstream name?

@fiunchinho
Copy link

I ran into the same issue. Any help?

@Tanbouz
Copy link

Tanbouz commented May 2, 2017

You might need to append this to your current IAM policy under "statements" or you can create a new policy and attach it to the role.

{ "Effect": "Allow", "Action": [ "ec2:DescribeInstances" ], "Resource": [ "*" ] }

@abzmungul
Copy link
Author

unfortunately this did not work still getting this

LogStreamName was not set so using NO_NAME-xxx-xx-x-xxx-eu-west-1c

@donovan
Copy link

donovan commented Sep 18, 2018

@Tanbouz suggestion works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants