-
Notifications
You must be signed in to change notification settings - Fork 361
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
Create configuration file driven formatters #444
Labels
Comments
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
May 27, 2019
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
May 27, 2019
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
May 27, 2019
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
May 28, 2019
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
May 28, 2019
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
May 28, 2019
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Jun 14, 2019
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Jun 29, 2019
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Jun 29, 2019
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Jun 29, 2019
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Dec 22, 2019
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Jan 4, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Jan 20, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Feb 6, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Feb 6, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Feb 11, 2020
Onager
pushed a commit
that referenced
this issue
Feb 20, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Feb 20, 2020
Onager
pushed a commit
that referenced
this issue
Feb 22, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Feb 23, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Feb 23, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Dec 26, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Dec 26, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Dec 26, 2020
This was referenced Dec 26, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Dec 27, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Dec 27, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Dec 27, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Dec 27, 2020
joachimmetz
added a commit
that referenced
this issue
Dec 30, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Dec 30, 2020
joachimmetz
added a commit
that referenced
this issue
Dec 31, 2020
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Dec 31, 2020
joachimmetz
added a commit
that referenced
this issue
Jan 1, 2021
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Jan 1, 2021
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Jan 1, 2021
joachimmetz
added a commit
that referenced
this issue
Jan 2, 2021
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Jan 2, 2021
joachimmetz
added a commit
that referenced
this issue
Jan 5, 2021
joachimmetz
added a commit
to joachimmetz/plaso
that referenced
this issue
Jan 16, 2021
joachimmetz
added a commit
that referenced
this issue
Jan 19, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Take the formatters to the next level and make them configuration file driven
create a yaml file that defines the formatters, should support:formatter definition with type, which maps to formatter classformatters file reader Added formatters configuration file reader #444 #2562moved AMCache formatter to configuration Moved AMCache formatter to configuration #444 #2563considering storing formatter definitions in separate filesadded directory support Added support for directory with formatter configuration files #2853switch to directory as default Changes to use directory with formatter configuration file #2854split generic.yaml Clean up of generic formatter configuration file #2855create formatter helpersenumeration helper Created enumeration format helper #444 #2869flags helper Created flags format helper #444 #3207boolean helperextend configuration to support helpersadded support for enumeration helper Support configuration driven enumeration formatter helpers #444 #3126added support for flags helper Support configuration driven flags formatter helpers #444 #3208document formatters configuration file formatadded basic information - Added documentation about output modules and formatters #444 #2868update documentation for enumeration helper Updated formatter configuration documentation with enumeration helpers #3204update documentation for flags helpermove formatters to configurationremove need for FORMAT_STRING_ALTERNATIVE Consider removing FORMAT_STRING_ALTERNATIVE #2837make sure parser tests, test formattingadd support to set message pieces separator in configurationmove remaining formatters that use enumeration helper to configurationmove remaining formatters that use flags helper to configurationadd formatters configuration file validator - Add a formatters configuration file validator to utils #3388removefrom plaso import formatters
- Removed unused formatters import #444 #3391plaso/formatters/yaml_formatters_file.py
- Cleaned up message formatters #444 #3434The text was updated successfully, but these errors were encountered: