Replies: 1 comment
|
@TomOgs If your goal is to allow Kibana dashboards to be embedded on an external site by changing: xpack.security.sameSiteCookies: Noneyou'll also need to set: xpack.security.secureCookies: trueElastic documents that For a standard T-Pot installation, I'd recommend not editing files inside the running container, as those changes will be lost when the container is recreated. Instead:
One question:
The configuration layout changed significantly between the older If this solves your problem, feel free to mark it as the accepted answer so others can find it easily. |
Uh oh!
There was an error while loading. Please reload this page.
Hey all.
I'm attempting to share dashboards from Kiabana on an external site.
Due to security issues with cookies, I was attempting to change the "xpack.security.sameSiteCookies" in the kibana.yml file to allow the data to be shared to an external site.
Being quite new to this and Docker setups, I couldn't locate the kibana.yml file to make the changes.
Sorry for the noob question, but could someone point me towards where the file is located on a standard installation.
Much appreciated.
All reactions