Current File : //usr/lib/python3.6/site-packages/sos/report/plugins/__pycache__/opensearch.cpython-36.pyc
3

\��hA
�@s.ddlZddlmZmZGdd�dee�ZdS)�N)�Plugin�IndependentPluginc@s0eZdZdZdZd	Zd
ZdZdd�Zdd�Z	dS)�
OpenSearchzOpenSearch service�
opensearch�servicesc	Cs�d}d}y�t|dd���}x||D]t}tjd|�}tjd|�}|rnt|j��dkrn|j�dj�}tjd	d
|�}q|rt|j��dkr|j�dj�}qWWdQRXWn8tk
r�}z|jd|�d
|���WYdd}~XnX||fS)z Get hostname and port number Z	localhostZ9200zUTF-8)�encodingz(^network.host):(.*)z(^http.port):(.*)��z"|\'�NzFailed to parse z: ���r)	�open�re�search�len�groups�strip�sub�	ExceptionZ	_log_info)	�self�opensearch_config_fileZhostname�portZfread�lineZnetwork_hostZnetwork_port�err�r� /usr/lib/python3.6/opensearch.py�get_hostname_ports 
"(zOpenSearch.get_hostname_portc
Cs�|jd�}|j|�|jd�r*|jd�n
|jd�|j|�\}}|d|}|jd|�d�d|�d�d|�d	�d|�d
�d|�d�d|�d�d|�d
�g�dS)Nz/etc/opensearch/opensearch.ymlZall_logsz/var/log/opensearch/*z/var/log/opensearch/*.log�:z
curl -X GET 'z/_cluster/settings?pretty'z/_cluster/health?pretty'z/_cluster/stats?pretty'z/_cat/nodes?v'z/_cat/indices'z
/_cat/shards'z/_cat/aliases')Z	path_joinZ
add_copy_specZ
get_optionrZadd_cmd_output)rr�hostrZendpointrrr�setup+s 








zOpenSearch.setupN)r)r)r)
�__name__�
__module__�__qualname__Z
short_descZplugin_nameZprofilesZpackagesrrrrrrrrsr)r
Zsos.report.pluginsrrrrrrr�<module>s