User Tools

Site Tools


wiki:opensearch_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:opensearch_installation [2024/09/05 09:12] – move creating users to separate page and link to it antisawiki:opensearch_installation [2025/03/05 14:59] (current) – [See also] antisa
Line 140: Line 140:
   useExpandedHeader: false   useExpandedHeader: false
 </code>  </code> 
 +
 +=== Can't login and you get a json 401 response ===
 +E.g.
 +
 +  {"statusCode":401,"error":"Unauthorized","message":"Authentication Exception"}
 +
 +This might happen if you are proxying connections to OS Dashboard for example, using nginx + auth_basic for authentication. It seems the username/passwd set for auth_basic gets passed to OS and that user/pwd most likely does not exist in the internal database.
 +
 +There might be a solution for this [[https://opensearch.org/docs/2.15/security/authentication-backends/proxy/|here]].
  
 ====== Tested on ====== ====== Tested on ======
Line 147: Line 156:
   * [[wiki:logstash_setup|logstash setup]]   * [[wiki:logstash_setup|logstash setup]]
   * [[wiki:creating_opensearch_dashboards_users|Creating Opensearch Dashboards users]]   * [[wiki:creating_opensearch_dashboards_users|Creating Opensearch Dashboards users]]
 +  * [[wiki:logstash_troubleshooting|logstash troubleshooting]]
  
 ====== References ====== ====== References ======
wiki/opensearch_installation.1725527568.txt.gz · Last modified: 2024/09/05 09:12 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki