Skip to content

Citrix history plugin collects all files but only parses Citrix specific logs #1500

@Schamper

Description

@Schamper

history_files.extend(super()._find_history_files())

It explicitly collects other files as well (bash and zsh etc)

for shell, history_path, user in self._history_files:
if shell == "citrix-netscaler-cli":
yield from self.parse_netscaler_cli_history(history_path, user)
elif shell in ("citrix-netscaler-bash", "citrix-netscaler-sh"):
yield from self.parse_netscaler_bash_history(history_path)

But it only parses the Citrix specific ones.

I'm not sure what the impact of this is, do the other files generally exist on Citrix?

@JSCU-CNI I believe you worked most recently on this, can you give any insights?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions