How to show which deployment server in configured to pull data from?
Answer Posted / Bhoopendra Singhkhey
To view the deployment server pulling data for a specific index, use the command `index=<index> | stats latest(ts-isindexopen) as isopen, latest(ts-deploytime) as deploytime by _internal.host`. This will show the timestamp when the index was last opened and the deployment time of the server pulling data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers