I found that using nginx 'proxy_pass' can also produce tansactions.
upstream apm {
server 192.168.10.250:8200;
}
server {
server_name apmserver.xxx.com;
location / {
proxy_pass http://apm;
}
}
I still don't know what happened.
I found that using nginx 'proxy_pass' can also produce tansactions.
upstream apm {
server 192.168.10.250:8200;
}
server {
server_name apmserver.xxx.com;
location / {
proxy_pass http://apm;
}
}
I still don't know what happened.
© 2020. All Rights Reserved - Elasticsearch
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.