Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There should be an enterprise global view of the stats, such as the percentage of the total edge-nodes currently being provisioned with Edge-View. Users can directly go to an edge-node list and choose one device to see the details on the status. The device ‘Event’ tab page should include the Edge-View status events.


Edge-View Commands

As mentioned above there is a docker image runs The same docker edge-view container runs the EVE device can be run on the laptop for client side, assume the name is 'lf-edge-view-query'/eve-edgeview' in lf-edge docker repo. An example of a docker run command on MacOS will be:

docker run -it --rm -h=$(hostname) -p 9001-9005:9001-9005 -v $HOME/tmp/download:/download lf-edge/eve-view-queryedgeview -token <JWT token>  [ -inst 1 ] <command>

...

The edge-view commands can be seen through '-h':

edge-view-query [ -token <session-token> | -device <ip-addr> ] [ -debug ] [ -inst <instance-id> ] <query string>
options:
log/search-pattern [ -time <start_time>-<end_time> -json -type <app|dev> -extra line num ]

pub/ [baseosmgr domainmgr downloader edgeview global loguploader newlogd nim nodeagent tpmmgr vaultmgr volumemgr watcher zedagent zedclient zedmanager zedrouter]

...