I am getting Visualize Request Timeout after 30000ms while loading dashboard in kibana.I increase requestTimeout.
elasticsearch.requestTimeout: 200000
After this I am not getting error in kibana but my dashboard fails to load and I am getting attached error Google chrome ran out of memory while trying to display this webpage.
3.I am looking in to issue which you attached.
You may not be able to open my dashboard Url because that is the client machine where i am running ELK and our machine needs to hook in to their environment.
Best regards,
Swati
1.I use filebeat to read 3(defaultTrace_.trc,applications_.log,security_00..log) different log file from 7 server.Volume of data is too high.
2.I am using elasticsearch to store data and parse data using logstash.
3.I have created 3(Application adoption,operation managemet,security audit) type of dashboard of each server and total 14 visualizations.
4.Each dashboard contain (4,5,5) visualizations respectively.
5.There are four sources (K8P,K2P,K2Q,K8Q).
6.K8P and K8Q's os is linux
7.K2P and K2Q rans on windows.
8.I have created separate index for K8P,K2P,K2Q,K8Q.
9.defaultTrace_.trc,applications_.log this two files data collected in one common index.
10.security_00..log this files data collected in separate index.
11.Same index creation pattern follows for all sources.
12.Volume of data from K8P source is too high because it contains 3 servers and severs contains multiple node so large data is collecting in to index.
13.Fromat of data is same in all files.
14.Sample data #2.0#2017 03 05 08:12:31:974#0-500#Warning#/System/Security/Authentication# #BC-JAS-SEC#security#C0008F16D17A093700000001000042E0#29014150000000004#sap.com/irj#com.sap.engine.services.security.authentication.logincontext.table#Guest#0##B3A03E0D01A411E7B69F000001BAB886#b3a03e0d01a411e7b69f000001bab886##0#Thread[HTTP Worker [@979253619],5,Dedicated_Application_Thread]#Plain##
LOGIN.FAILED
User: N/A
IP Address: 143.22.209.122
Authentication Stack: ticket
Authentication Stack Properties:
Login Module Flag Initialize Login Commit Abort Details
com.cybersafe.sap.jaas.CSTBsapwaLoginModule OPTIONAL ok exception true Authorization header not found or malformed. #1 Mode = standalone #2 OutputUserNameFormat = user #3 ServiceName = HTTP/bdc-bij002.na.pg.com@NA.PG.COM
com.sap.security.core.server.jaas.CreateTicketLoginModule SUFFICIENT ok false true #1 ume.configuration.active = true
com.cybersafe.sap.jaas.CSTBsapwaKerberosLoginModule OPTIONAL ok false true #1 ErrorWhenNoCreds = false #2 Mode = standalone #3 OutputUserNameFormat = user
com.sap.security.core.server.jaas.CreateTicketLoginModule SUFFICIENT ok false true #1 ume.configuration.active = true
com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule REQUISITE ok false false
com.sap.security.core.server.jaas.CreateTicketLoginModule OPTIONAL ok false true #1 ume.configuration.active = true
No logon policy was applied#
15.I am trying to load dashboard for 1 month data.It will not load.
16.particularly large field name is ErrorMessage.It conatins too large data as shown in sample.
17.Total fields
"#(?[^#])
#(?[^#])-yes
#(?[^#])
#(?[^#])
#(?[^#])
#(?[^#])
#(?[^#])
#(?[^#])
#(?[^#])
#(?[^#])
#(?[^#])-yes
#(?[^#])
#(?[^#])-yes
#(?[^#])
#(?[^#])
#(?[^#])
#(?[^#])
#(?[^#])
#(?[^#])
#(?[^#])
#(?[^#])
#(?[^#])-yes
#"}
It looks like your dashboard contains 2 visualisations showing unique (cardinality query) users over a month of data, which can be quite heavy. How much data do you have in the cluster? How many indices/shards? What is the specification of your Elasticsearch cluster? Does the dashboard work if you query a shorter time period?
Then it looks like your Elasticsearch cluster is not powerful enough to serve that dashboard for such a longtime period with the current settings. You may want to scale up and/or out or potentially try to improve performance by optimising your sharding strategy.
No,Now I didnt't see timeout but I am not able to load 1 week or 1 month data in dashboard.
I can fetch 15 mins data efficiently.
It give me waiting popup .and after that it says google chrome ran out of memory.
please let me know How I can load 1 month data quickly.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.