We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
lucaderi
MatteoBiscosi
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: