diff --git a/Azure_DevOps_Server_2019/GetRepositoryReIndexingActivityStatus.ps1 b/Azure_DevOps_Server_2019/GetRepositoryReIndexingActivityStatus.ps1 index 9c99a24..a2bb247 100644 --- a/Azure_DevOps_Server_2019/GetRepositoryReIndexingActivityStatus.ps1 +++ b/Azure_DevOps_Server_2019/GetRepositoryReIndexingActivityStatus.ps1 @@ -1,4 +1,5 @@ #Display respository indexing status for a given collection. +#Go to the code srach url i.e. localhost:9200/_cat/indices and check the index names (ex. wikixxx, coexxx etc.) and replace it with codesearchshared* [CmdletBinding()] Param( @@ -177,4 +178,4 @@ function getRepositoryIndexingStatus } } -getRepositoryIndexingStatus \ No newline at end of file +getRepositoryIndexingStatus