Setting Up Kibana Snapshots #13678
-
Version2.4.100 Installation MethodSecurity Onion ISO image Descriptionconfiguration Installation TypeDistributed Locationon-prem with Internet access Hardware SpecsMeets minimum requirements CPU8 RAM64g Storage for /80g Storage for /nsm2T Network Traffic Collectiontap Network Traffic Speedsmore than 10Gbps StatusYes, all services on all nodes are running OK Salt StatusNo, there are no failures LogsYes, there are additional clues in /opt/so/log/ (please provide detail below) DetailI'm trying to set up kibana snapshots for SO 2.4.100. The docs say: ""This option requires that you configure elasticsearch with a path.repo setting where it can store the snapshots. Once elasticsearch has the path.repo setting, you should be able to log into kibana and configure snapshots as shown in the link above. Those snapshots will then be accessible in /nsm/elasticsearch/repo/" However, I'm unsure if I should be adding this value in the 2.4 gui? Should I copy
to the local dir and add the path next to path.logs? Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
You will want to add the In advanced add (change
Then restart Elasticsearch |
Beta Was this translation helpful? Give feedback.
I dug into the jinja file a bit and found this:
So the path in the host os and the path in the docker container are expected to be the same. I created
on the host os and it's been mounted in the docker container, and I have snapshots running. I think this answers the question.