Skip to content

Commit

Permalink
complete README
Browse files Browse the repository at this point in the history
  • Loading branch information
sgaunet committed Apr 30, 2022
1 parent 52b6a51 commit 1db1197
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ $ ekspodlogs -lg -p dev
...
```

So you must be specify the loggroup of pods to the -g option. If you want to find it, use the -lg option to list all loggroup (Don't forget, it's like /aws/containerinsights/**Name of your cluster**/application).
So you must specify the loggroup of pods to the -g option. If you want to find it, use the -lg option to list all loggroup (Don't forget, it's like /aws/containerinsights/**Name of your cluster**/application).

The -g option is optionnal, if you have only one loggroup named /aws/containerinsights/**Name of your cluster**/application, no need to specify it.

Start date and end date allow to select logs that happened in this range of time.
Option -l allow to filter to the name of the logstream (which should be like the podname).

Expand All @@ -66,7 +69,7 @@ $ ekslpodlogs -g /aws/containerinsights/prod-EKS/application -p prod -l kubewatc

# Debug

Set env vairable DEBUGLEVEL to one of this value :
Set env variable DEBUGLEVEL to one of this value :

* error
* warn
Expand Down

0 comments on commit 1db1197

Please sign in to comment.