Git Product home page Git Product logo

Comments (1)

cameronkerrnz avatar cameronkerrnz commented on September 24, 2024

Resolved in 0412c84

Using IENAME_COLUMNS, you now get a table similar to the following:

+--------------------------------------+---------------------+------+-----+---------+-------+
| Field                                | Type                | Null | Key | Default | Extra |
+--------------------------------------+---------------------+------+-----+---------+-------+
| id_ipfix_messages                    | int(10) unsigned    | NO   |     | NULL    |       |
| observationPointId                   | int(10) unsigned    | YES  |     | NULL    |       |
| exportingProcessId                   | int(10) unsigned    | YES  |     | NULL    |       |
| flowId                               | bigint(20) unsigned | YES  |     | NULL    |       |
| netscaler_transaction_id             | int(10) unsigned    | YES  |     | NULL    |       |
| netscaler_connection_id              | int(10) unsigned    | YES  |     | NULL    |       |
| ipVersion                            | int(10) unsigned    | YES  |     | NULL    |       |
| protocolIdentifier                   | int(10) unsigned    | YES  |     | NULL    |       |
| sourceIPv4Address                    | varbinary(4096)     | YES  |     | NULL    |       |
| destinationIPv4Address               | varbinary(4096)     | YES  |     | NULL    |       |
| sourceTransportPort                  | int(10) unsigned    | YES  |     | NULL    |       |
| destinationTransportPort             | int(10) unsigned    | YES  |     | NULL    |       |
| packetDeltaCount                     | bigint(20) unsigned | YES  |     | NULL    |       |
| octetDeltaCount                      | bigint(20) unsigned | YES  |     | NULL    |       |
| tcpControlBits                       | int(10) unsigned    | YES  |     | NULL    |       |
| netscaler_flow_flags                 | bigint(20) unsigned | YES  |     | NULL    |       |
| flowStartMicroseconds                | varbinary(4096)     | YES  |     | NULL    |       |
| flowEndMicroseconds                  | varbinary(4096)     | YES  |     | NULL    |       |
| ingressInterface                     | int(10) unsigned    | YES  |     | NULL    |       |
| egressInterface                      | int(10) unsigned    | YES  |     | NULL    |       |
| netscaler_app_name_app_id            | int(10) unsigned    | YES  |     | NULL    |       |
| netscaler_app_unit_name_app_id       | int(10) unsigned    | YES  |     | NULL    |       |
| netscaler_http_res_forw_fb           | varbinary(4096)     | YES  |     | NULL    |       |
| netscaler_http_res_forw_lb           | varbinary(4096)     | YES  |     | NULL    |       |
| netscaler_connection_chain_id        | varbinary(4096)     | YES  |     | NULL    |       |
| netscaler_connection_chain_hop_count | int(10) unsigned    | YES  |     | NULL    |       |
| netscaler_aaa_username               | text                | YES  |     | NULL    |       |
| netscaler_http_req_url               | text                | YES  |     | NULL    |       |
| netscaler_http_req_cookie            | text                | YES  |     | NULL    |       |
| netscaler_http_req_referer           | text                | YES  |     | NULL    |       |
| netscaler_http_req_method            | text                | YES  |     | NULL    |       |
| netscaler_http_req_host              | text                | YES  |     | NULL    |       |
| netscaler_http_req_user_agent        | text                | YES  |     | NULL    |       |
| netscaler_http_content_type          | text                | YES  |     | NULL    |       |
| netscaler_http_req_authorization     | text                | YES  |     | NULL    |       |
| netscaler_http_req_via               | text                | YES  |     | NULL    |       |
| netscaler_http_req_x_forwarded_for   | text                | YES  |     | NULL    |       |
| netscaler_http_domain_name           | text                | YES  |     | NULL    |       |
+--------------------------------------+---------------------+------+-----+---------+-------+
38 rows in set (0.00 sec)

from libipfix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.