cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
501
Views
0
Helpful
1
Replies

Looking for NSO Observability Package for data export with 6.3

Oswald Fernandes
Cisco Employee
Cisco Employee

Folks,

           I have successfully installed the observability package that comes with 6.3 in a NSO container image. From the published documentation I cannot find a working configuration for data export.

The documentation https://developer.cisco.com/docs/nso/observability-exporter/#configure-data-export

states to use the following:

progress export enabled
progress export influxdb host localhost
progress export influxdb username nso
progress export influxdb password ...
progress export influxdb database nso
progress export otlp host localhost
progress export otlp transport http

 

but I dont see it under the ncs_admin

OswaldFernandes_0-1719409495016.png

am I missing something here...any help would be appreciated

Regards

 

Oswald

 

1 Reply 1

tohagber
Cisco Employee
Cisco Employee

Hi Oswald,

The progress container is hidden. In the CLI you have to unhide it to access it:

admin@ncs# unhide debug
admin@ncs# config
admin@ncs(config)# progress export influxdb
admin@ncs(config)# progress export influxdb host 127.0.0.1
admin@ncs(config)# progress export influxdb port 8086
admin@ncs(config)# progress export influxdb username nso
admin@ncs(config)# progress export influxdb password nso123nso
admin@ncs(config)# commit

This is mentioned in the Docs. See e.g the CLI transcripts in step 8
https://developer.cisco.com/docs/nso/observability-exporter/#observability-exporter-integration-with-grafana