coreclr/V7/Elasticsearch.Powershell.V7.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Elasticsearch.Powershell.V7</name>
    </assembly>
    <members>
        <member name="T:Elasticsearch.Powershell.ElasticClusterHealth">
            <summary>
            <para type="synopsis">Get the cluster's health status. It's possible to filter the output for specific indices.</para>
            </summary>
        </member>
        <member name="T:Elasticsearch.Powershell.ElasticNodeInfo">
            <summary>
            <para type="synopsis">Get the cluster's nodes information</para>
            </summary>
        </member>
        <member name="T:Elasticsearch.Powershell.ElasticSearch">
            <summary>
            <para type="synopsis">Search records in an elasticsearch cluster</para>
            </summary>
        </member>
        <member name="T:Elasticsearch.Powershell.IndexCmdLets.ElasticGetIndex">
            <summary>
            <para type="synopsis">Get the cluster's indices. The output can be filtered using the Index parameter.</para>
            </summary>
        </member>
        <member name="T:Elasticsearch.Powershell.IndexCmdLets.ElasticGetIndexSettings">
            <summary>
            <para type="synopsis">Get the specified index settings</para>
            </summary>
        </member>
        <member name="T:Elasticsearch.Powershell.IndexCmdLets.ElasticNewIndex">
            <summary>
            <para type="synopsis">Creates a new index in the cluster</para>
            </summary>
        </member>
        <member name="T:Elasticsearch.Powershell.IndexCmdLets.ElasticRemoveIndex">
            <summary>
            <para type="synopsis">Removes one or more indices from the cluster</para>
            </summary>
        </member>
        <member name="T:Elasticsearch.Powershell.IndexCmdLets.ElasticSetIndexSettings">
            <summary>
            <para type="synopsis">Set the specified index settings</para>
            </summary>
        </member>
        <member name="T:Elasticsearch.Powershell.RepositoryCmdLets.ElasticGetRepository">
            <summary>
            <para type="synopsis">Get the cluster's repositories</para>
            </summary>
        </member>
        <member name="T:Elasticsearch.Powershell.RepositoryCmdLets.ElasticGetRepositorySettings">
            <summary>
            <para type="synopsis">Get the repository's settings</para>
            </summary>
        </member>
        <member name="T:Elasticsearch.Powershell.RepositoryCmdLets.ElasticRepositoryFileSystem">
            <summary>
            <para type="synopsis">Creates a new filesystem repository in the elasticsearch cluster</para>
            </summary>
        </member>
        <member name="T:Elasticsearch.Powershell.RepositoryCmdLets.ElasticRemoveRepository">
            <summary>
            <para type="synopsis">Removes one or more repository from an elasticsearch cluster</para>
            </summary>
        </member>
        <member name="T:Elasticsearch.Powershell.SnapshotCmdLets.ElasticGetSnapshot">
            <summary>
            <para type="synopsis">Get a list of the spanpshots in the specified repository</para>
            </summary>
        </member>
        <member name="T:Elasticsearch.Powershell.SnapshotCmdLets.ElasticNewSnapshot">
            <summary>
            <para type="synopsis">Create a new snapshot in a repository</para>
            </summary>
        </member>
        <member name="T:Elasticsearch.Powershell.SnapshotCmdLets.ElasticRemoveSnapshot">
            <summary>
            <para type="synopsis">Delete snapshots from the specified repository</para>
            </summary>
        </member>
    </members>
</doc>