IPI-ELK 
Configure password 
Use this to configure ELK server password 
Attribute Name: password 
Attribute Type: string
Attribute Name: username 
Attribute Type: string 
Netconf edit-config payload 
	<elk xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-elk"> 
	<metricbeats> 
	<metricbeat> 
		<ip>A.B.C.D</ip> 
		<config> 
			<ip>A.B.C.D</ip> 
			<username>USERNAME</username> <!-- operation="delete"--> 
		</config> 
		<password>PASSWORD</password> <!-- operation="delete"--> 
	</metricbeat> 
	</metricbeats> 
	</elk>
Command Syntax 
elk server metricbeat A.B.C.D username USERNAME password PASSWORD
Configure certificate path 
Used to configure Filebeat server path to certificate file 
Attribute Name: certificate-path 
Attribute Type: string
Netconf edit-config payload 
	<elk xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-elk"> 
	<filebeats> 
	<filebeat> 
		<ip>A.B.C.D</ip> 
		<config> 
			<ip>A.B.C.D</ip> 
		</config> 
		<certificate-path>FILE-PATH</certificate-path> <!-- operation="delete"--> 
	</filebeat> 
	</filebeats> 
	</elk>
Command Syntax 
elk server filebeat A.B.C.D FILE-PATH
service enable metricbeat (vrf management|) 
Attribute Name: vrf-name 
Attribute Type: string 
Netconf RPC payload 
		<elk-metricbeat-service-enable xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-elk"> 
		<vrf-name>management</vrf-name> 
		</elk-metricbeat-service-enable>
Command Syntax 
service enable metricbeat (vrf management|)
service enable filebeat (vrf management|) 
Attribute Name: vrf-name 
Attribute Type: string 
Netconf RPC payload 
		<elk-filebeat-service-enable xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-elk"> 
		<vrf-name>management</vrf-name> 
		</elk-filebeat-service-enable>
Command Syntax 
service enable filebeat (vrf management|)
service disable metricbeat (vrf management|) 
Attribute Name: vrf-name 
Attribute Type: string 
Netconf RPC payload 
		<elk-metricbeat-service-disable xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-elk"> 
		<vrf-name>management</vrf-name> 
		</elk-metricbeat-service-disable>
Command Syntax 
service disable metricbeat (vrf management|)
service disable filebeat (vrf management|) 
Attribute Name: vrf-name 
Attribute Type: string 
Netconf RPC payload 
		<elk-filebeat-service-disable xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-elk"> 
		<vrf-name>management</vrf-name> 
		</elk-filebeat-service-disable>
Command Syntax 
service disable filebeat (vrf management|)
Last modified date: 07-14-2023