I have fix the url template is /http://192.168.1.145/esdata/{{value}}
my values is path of the file.txt
I want to click to open that file
If we clicking to the URL have an error 404
The Url auto insert "%2F" between directory and file name.
I have fix the url template is /http://192.168.1.145/esdata/{{value}}
my values is path of the file.txt
I want to click to open that file
If we clicking to the URL have an error 404
The Url auto insert "%2F" between directory and file name.
The value
parameter is a URI-escaped value. If you wish to use non-escaped value, use rawValue
parameter.
Hi majagrubic Maja
Thank for your reply
I'm add allowencodeslash in httpd.conf and change {{value}} to {{rawValue}} it solve
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 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.