-
Notifications
You must be signed in to change notification settings - Fork 20
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
No index on kibana #6
Comments
i am also facing same issue unable to find the index in kibana..but the cloudwatch log says it has been uploaded to elasticsearch..please help |
Hi.
It is about kibana version.
I do not remember the details exactly, but test it with other versions that
will work.
Good lucky!
Em ter., 2 de mar. de 2021 às 07:43, akshayubale1 <[email protected]>
escreveu:
… i am also facing same issue unable to find the index in kibana..but the
cloudwatch log says it has been uploaded to elasticsearch..please help
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACHYKANHETCHB75SYP45ZTLTBS6NXANCNFSM4KXJN2IA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My log at cloudwatch look like:
START RequestId: 793b4050-a688-475b-a338-0b.... Version: $LATEST
... 793b4050-a688-475b-a338-0b.... INFO Received event: { "Records": [ { "eventVersion": "2.1", "eventSource": "aws:s3", "awsRegion": "sa-east-1", "eventTime": "2020-02-18T17:25:08.626Z", "eventName": "ObjectCreated:Put", "userIdentity": { "principalId": "AWS:AIDAITLAQMP...." }, "requestParameters": {
.... 793b4050-a688-475b-a338-0b7d.... INFO All 6 log records added to ES.
END RequestId: 793b4050-a688-475b-a338-0b.....
REPORT RequestId: 793b4050-a688-475b-a338-0b7..... Duration: 1635.37 ms Billed Duration: 1700 ms Memory Size: 128 MB Max...
But kibana shows Couldn't find any Elasticsearch data
Trying to access endpoint/_cat/indices?v
Returns:
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
green open .kibana_1 QOTqgT5pSZaPU-J..... 1 0 1 4 28.8kb 28.8kb
Any tips?
Thank you.
The text was updated successfully, but these errors were encountered: