All public logs
Jump to navigation
Jump to search
Combined display of all available logs of truxwiki.com. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 04:44, 2 December 2020 Sam talk contribs created page Truxton file export destroy (Created page with "This is the last step in exporting files from Truxton. It frees any resources allocated to exporting files. =Syntax= <source lang="C"> uint64_t truxton_file_export_destroy(ui...")
- 04:41, 2 December 2020 Sam talk contribs created page File Export Options (Created page with "These defined constants represent the options you can set for exporting files from Truxton. {| class="wikitable" ! Name ! Value ! Meaning |- | <...")
- 04:37, 2 December 2020 Sam talk contribs created page File Export Criteria (Created page with "These defined constants represent the criteria you can set for exporting files from Truxton. {| class="wikitable" ! Name ! Value ! Meaning |- |...")
- 04:24, 2 December 2020 Sam talk contribs created page Truxton file export create (Created page with "This is the first step in exporting files from Truxton. A file export object holds the criteria and options for exporting files. =Syntax= <source lang="C"> uint64_t truxton_f...")
- 03:45, 13 November 2020 Sam talk contribs created page Truxton event set end (Created page with "This sets the end of the event. This corresponds to the <code>[End]</code> column of the <code><nowiki>[</nowiki>Event<nowiki>]</nowiki></code> table. =Syntax...")
- 03:43, 13 November 2020 Sam talk contribs created page Truxton event set start (Created page with "This sets the beginning of the event. =Syntax= <source lang="C"> void truxton_event_set_start( uint64_t event_handle, uint64_t ticks ); </source> =Parameters= ==<code>event_...")
- 03:38, 13 November 2020 Sam talk contribs created page Truxton event get file id (Created page with "This retrieves the identifier of the file this event belongs to. This corresponds to the <code>[FileID]</code> column of the <code><nowiki>[</nowiki>Event<nowi...")
- 03:36, 13 November 2020 Sam talk contribs created page Truxton event get media id (Created page with "This retrieves the identifier of the media this event belongs to. This corresponds to the <code>[MediaID]</code> column of the <code><nowiki>[</nowiki>Event<no...")
- 03:35, 13 November 2020 Sam talk contribs created page Truxton event get description (Created page with "This retrieves the description of the event. This corresponds to the <code>[Description]</code> column of the <code><nowiki>[</nowiki>Event<nowiki>]</nowiki></...")
- 03:33, 13 November 2020 Sam talk contribs created page Truxton event get title (Created page with "This retrieves the title of the event. This corresponds to the <code>[Title]</code> column of the <code><nowiki>[</nowiki>Event<nowiki>]</nowiki></code> table....")
- 03:27, 13 November 2020 Sam talk contribs created page Truxton event set type (Created page with "This records the type of the event. This corresponds to the <code>[EventTypeID]</code> column of the <code><nowiki>[</nowiki>Event<nowiki>]</nowiki></code> tab...")
- 13:04, 12 November 2020 Sam talk contribs created page Truxton event set description (Created page with "This sets the more detailed description of the event. =Syntax= <source lang="C"> void truxton_event_set_description( uint64_t event_handle, char const * description ); </sour...")
- 12:54, 12 November 2020 Sam talk contribs created page Truxton event set title (Created page with "This sets the short title of the event. This is seen on the timeline view in Truxton Analyst desktop. =Syntax= <source lang="C"> void truxton_event_set_title( uint64_t event_...")
- 11:02, 11 November 2020 Sam talk contribs created page Truxton event set file id (Created page with "This sets the source file of the event. =Syntax= <source lang="C"> void truxton_event_set_file_id( uint64_t event_handle, char const * id ); </source> =Parameters= ==<code>e...")
- 10:28, 11 November 2020 Sam talk contribs created page Truxton event set media id (Created page with "This sets the source media of the event. =Syntax= <source lang="C"> void truxton_event_set_media_id( uint64_t event_handle, char const * id ); </source> =Parameters= ==<code...")
- 10:05, 10 November 2020 Sam talk contribs created page Truxton event get type (Created page with "This retrieves the type of the event. This corresponds to the <code>[EventTypeID]</code> column of the <code><nowiki>[</nowiki>Event<nowiki>]</nowiki></code> t...")
- 09:59, 10 November 2020 Sam talk contribs created page Truxton event get end (Created page with "This retrieves the end of the event. This corresponds to the <code>[End]</code> column of the <code><nowiki>[</nowiki>Event<nowiki>]</nowiki></code> table. =S...")
- 09:57, 10 November 2020 Sam talk contribs created page Truxton event get start (Created page with "This retrieves the beginning of the event. This corresponds to the <code>[Start]</code> column of the <code><nowiki>[</nowiki>Event<nowiki>]</nowiki></code> ta...")
- 09:51, 10 November 2020 Sam talk contribs created page Truxton event get id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the event. This corresponds to the <code>[ID]</code> column of the <code><nowiki>[</no...")
- 09:44, 10 November 2020 Sam talk contribs created page Truxton event save (Created page with "This saves the event object to the <code><nowiki>[</nowiki>Event<nowiki>]</nowiki></code> table in the database. =Syntax= <source lang="C"> int truxton_event_s...")
- 09:41, 10 November 2020 Sam talk contribs created page Truxton event destroy (Created page with "This destroys an event object you no longer need. =Syntax= <source lang="C"> void truxton_event_destroy( uint64_t event_handle ); </source> =Parameters= ==<code>event_handle...")
- 09:39, 10 November 2020 Sam talk contribs created page Truxton event create (Created page with "This creates an event object. You can use this to add records to the <code><nowiki>[</nowiki>Event<nowiki>]</nowiki></code> table in the database. =Syntax= <s...")
- 07:44, 9 November 2020 Sam talk contribs created page Truxton artifact set value (Created page with "This records the artifact was found. This corresponds to the <code>[Offset]</code> column of the <code><nowiki>[</nowiki>Entity<nowiki>]</nowiki></code> table...")
- 07:41, 9 November 2020 Sam talk contribs created page Truxton artifact set offset (Created page with "This records the offset into the object where the artifact was found. This corresponds to the <code>[Offset]</code> column of the <code><nowiki>[</nowiki>Entity Table|Entity...")
- 07:36, 9 November 2020 Sam talk contribs created page Truxton artifact set object type (Created page with "This records the type of Truxton object the artifact came from. This corresponds to the <code>[ObjectTypeID]</code> column of the <code><nowiki>[</nowiki>Entity Table|Entity...")
- 07:30, 9 November 2020 Sam talk contribs created page Truxton artifact set object id (Created page with "This sets the source object of the artifact. Artifacts can come from any Truxton object, file, media, URL, etc. =Syntax= <source lang="C"> void truxton_artifact_set_object_id...")
- 07:25, 9 November 2020 Sam talk contribs created page Truxton artifact set media id (Created page with "This sets the source media of the artifact. =Syntax= <source lang="C"> void truxton_artifact_set_media_id( uint64_t artifact_handle, char const * id ); </source> =Parameters...")
- 07:10, 9 November 2020 Sam talk contribs created page Truxton artifact set length (Created page with "This records the number of bytes of raw data where the artifact was found. This corresponds to the <code>[Length]</code> column of the <code><nowiki>[</nowiki>Entity Table|E...")
- 09:15, 8 November 2020 Sam talk contribs created page Truxton artifact set file id (Created page with "This sets the source file of the artifact. =Syntax= <source lang="C"> void truxton_artifact_set_file_id(uint64_t artifact_handle, char const * id); </source> =Parameters= ==...")
- 07:40, 6 November 2020 Sam talk contribs created page Truxton artifact get value (Created page with "This retrieves the value of the artifact. =Syntax= <source lang="C"> void truxton_artifact_get_value( uint64_t artifact_handle, char * destination_string, size_t max_size );...")
- 07:28, 6 November 2020 Sam talk contribs created page Truxton artifact get offset (Created page with "This tells you the offset into the object where the raw bytes that make up the artifact begin. This corresponds to the <code>[Offset]</code> column of the <code><nowiki>[</now...")
- 07:18, 6 November 2020 Sam talk contribs created page Truxton artifact get object type (Created page with "This tells you what the underlying data type was for the artifact. This information comes from the <code>[ObjectTypeID]</code> column of the <code><nowiki>[</nowiki>Entity T...")
- 07:02, 6 November 2020 Sam talk contribs created page Truxton artifact get object id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the object this artifact came from. This corresponds to the <code>[ObjectID]</code> co...")
- 06:59, 6 November 2020 Sam talk contribs created page Truxton artifact get media id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the media this artifact came from. This corresponds to the <code>[MediaID]</code> colu...")
- 15:38, 5 November 2020 Sam talk contribs created page Truxton artifact get length (Created page with "This tells you the number of raw bytes that make up the artifact. This may not match the length of the string representation of the artifact value. For example, the artifact m...")
- 15:12, 3 November 2020 Sam talk contribs created page Truxton artifact get id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the file this artifact came from. This corresponds to the <code>[ID]</code> column of...")
- 14:41, 3 November 2020 Sam talk contribs created page Truxton artifact get file id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the file this artifact came from. This corresponds to the <code>[ID]</code> column of...")
- 11:10, 3 November 2020 Sam talk contribs created page Truxton artifact set data type (Created page with "This records what the underlying data type was for the artifact. This information comes from the <code>[DataTypeID]</code> column of the <code><nowiki>[</nowiki>Entity Table...")
- 04:24, 2 November 2020 Sam talk contribs created page Debugging Tips (Created page with "Truxton is made of separate processes communicating with each other over a message bus. This makes debugging easy and hard. =Getting The Process ID= Truxton ETL processes are...")
- 11:31, 28 October 2020 Sam talk contribs created page Securing Truxton Services (Created page with "=Securing Truxton Services= To find out what the permissions are for a service, use the "sc sdshow" command: <source lang="cmd"> sc sdshow Les sc sdshow Truxton sc sdshow Tr...")
- 16:26, 16 October 2020 Sam talk contribs created page Truxton artifact get data type (Created page with "This tells you what the underlying data type was for the artifact. This information comes from the <code>[DataTypeID]</code> column of the <code><nowiki>[</nowiki>Entity Tab...")
- 15:14, 16 October 2020 Sam talk contribs created page Truxton artifact save (Created page with "This saves an artifact object. The data in the artifact object will be written to the <code><nowiki>[</nowiki>Entity<nowiki>]</nowiki></code> table in the dat...")
- 15:04, 16 October 2020 Sam talk contribs created page Truxton artifact destroy (Created page with "This creates an artifact object. Internally, Truxton calls these entities. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_artifact_destroy(uint64_t artifact_handle); </...")
- 13:47, 5 October 2020 Sam talk contribs created page Manually Configure PostgreSQL (Created page with "Truxton will work with PostgreSQL version 9.6 through 12. If you install PostgreSQL on your own, the following changes will allow connection from anywhere. =pg_hba.conf= Edit...")
- 17:41, 1 September 2020 Sam talk contribs created page MESSAGE BUS SERVER (Created page with "=Interface= <syntaxhighlight lang="C++"> struct MESSAGE_BUS_PROVIDER { uint64_t signature; void * library_handle; void * implementation_handle; MESSAGE_BU...")
- 05:22, 23 August 2020 Sam talk contribs created page Les (Created page with "The Truxton Load Status Monitor (Les) is a service that runs on the network that monitors the message bus and decides when media is ready to advance. There onl...")
- 08:44, 12 August 2020 Sam talk contribs created page Log File Locations (Created page with "Truxton logs things in different places for different reasons. =Setup= When the user runs <code>Truxton_Installer.exe</code> a file will be created in the <code>C:\ProgramData...")
- 13:01, 29 July 2020 Sam talk contribs created page Truxton artifact create (Created page with "This creates an artifact object. Internally, Truxton calls these entities. You can use this to add to the <code>Entity</code> table in the database. =Syntax= <syntaxhighlight...")
- 05:07, 27 July 2020 Sam talk contribs created page Truxton option get string (Created page with "This destroys an options object. =Syntax= <syntaxhighlight lang="C"> void truxton_options_get_string( uint64_t options_handle, char const * name, char * destination_string, s...")
- 04:54, 27 July 2020 Sam talk contribs created page Truxton option get integer (Created page with "This destroys an options object. =Syntax= <syntaxhighlight lang="C"> int64_t truxton_options_get_integer( uint64_t options_handle, char const * name ); </syntaxhighlight> =P...")