apply_filters( 'ep_index_health_stats_indices', $filtered_indices, $indices ) → {array}
Allow sites to select which indices will be displayed in the Index Health page
Parameters:
| Name | Type | Description | 
|---|---|---|
$filtered_indices | 
            
            array | Indices filtered to the site(s) being queried.  | 
        
$indices | 
            
            array | All indices returned from Elasticsearch  | 
        
- Since:
 - 3.x
 
- Source:
 
Returns:
List of indices to use
- Type
 - array