We recently done splunk upsize - The instance type have changed from c6i.4xlarge to m6i.8xlarge for AdHoc SH. We are increasing from c6i.4xlarge with 16vCPU & 32 Memory (GiB) & after upgrading instance type (m6i.8xlarge) they will get 32 vCPU & 128 Memory (GiB). Where we can see this changes , is there any command or dashboard can help to validate this . We tried monitoring console
Splunk has no idea what instance type it is running on. You can get information (CPU, memory, and more) about the server on which Splunk is running using REST.
| rest splunk_server=local /services/server/sysinfo
Splunk has no idea what instance type it is running on. You can get information (CPU, memory, and more) about the server on which Splunk is running using REST.
| rest splunk_server=local /services/server/sysinfo
Thanks ,it provided the results