Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ntopng telemetry [1/2] #8904

Open
DGabri opened this issue Jan 14, 2025 · 0 comments
Open

ntopng telemetry [1/2] #8904

DGabri opened this issue Jan 14, 2025 · 0 comments

Comments

@DGabri
Copy link
Contributor

DGabri commented Jan 14, 2025

What would you like to add or change?:

I would like to add a function in lua ntop.getHttpSuffix() which returns the http(s) path of the visited GUI URL

For example, when a page is visited, return a lua table with path and a params json array only of the URL parameters that have a value selected.

ntopng_IP:PORT/lua/flows_stats.lua?flowhosts_type=&l4proto=&application=&alert_type=&tcp_flow_state=

{ path: /lua/flows_stats.lua,
params: [{flowhosts_type: value, l4proto: value}]
}

Why do you and others need this?:
For telemetry of usage of ntopng pages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants