Skip to content
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

Document list of supported file types #3

Open
1 of 4 tasks
oxr463 opened this issue Sep 20, 2021 · 5 comments
Open
1 of 4 tasks

Document list of supported file types #3

oxr463 opened this issue Sep 20, 2021 · 5 comments
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@oxr463
Copy link
Contributor

oxr463 commented Sep 20, 2021

Programs:

  • RKE config

Scripts:

  • Rancher2 Log Collector
    • .log
    • .crt
@oxr463 oxr463 added the documentation Improvements or additions to documentation label Sep 20, 2021
@oxr463 oxr463 added this to the v0.1.0 milestone Sep 20, 2021
@oxr463
Copy link
Contributor Author

oxr463 commented Oct 8, 2021

For the Log Collector output, extract the archive it generates and then check all of file extensions.

tree | awk '{ split($0,a,"."); print a[2] }'

@outzhu
Copy link
Contributor

outzhu commented Oct 22, 2021

that awk code prints out in the terminal blanks with a few lines of "pem, conflist, txt, log, 1-7" so I used grep to find lab2, ubuntu and 137.184.84.136:2379.

@oxr463
Copy link
Contributor Author

oxr463 commented Oct 22, 2021

that awk code prints out in the terminal blanks with a few lines of "pem, conflist, txt, log, 1-7"

Yeah, the few lines it spit out are file extentions, e.g., PEM keys

so I used grep to find lab2, ubuntu and 137.184.84.136:2379.

We have a hostname, an IPv4 address, and a port. What was that ubuntu reference from? It's fine to have that.

@outzhu
Copy link
Contributor

outzhu commented Oct 22, 2021

21.1-19-gbad84ad4-0ubuntu1~20.04.2
/usr/lib/ubuntu-advantage/apt-esm-hook process-templates

most of it was 'ubuntu-s-4vcpu-8gb-amd-sfo3-01' (I think that was the main name of the droplet)

@oxr463
Copy link
Contributor Author

oxr463 commented Oct 22, 2021

21.1-19-gbad84ad4-0ubuntu1~20.04.2 /usr/lib/ubuntu-advantage/apt-esm-hook process-templates

most of it was 'ubuntu-s-4vcpu-8gb-amd-sfo3-01' (I think that was the main name of the droplet)

Ah okay. Yeah, that's not PII.

@outzhu outzhu removed their assignment Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants