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

out_stackdriver: Port out_stackdriver to Windows #2041

Merged
merged 1 commit into from
Mar 24, 2020

Conversation

fujimotos
Copy link
Member

This contains a set of fixes that make out_stackdriver compilable
and runnable on Windows.

  • Add a prefix "FLB_STD" to each global constant. Since MSVC has
    a global variable ERROR, conflicts occur without the prefix.

  • Define the S_ISLNK macro for Windows.

This feature was requested by Joey DeStefanis and Barni S.

Signed-off-by: Fujimoto Seiji [email protected]


Testing

  • [N/A] Example configuration file for the change
  • [N/A] Debug log output from testing the change
  • [N/A] Attached Valgrind output that shows no leaks or memory corruption was found

Documentation

  • [N/A] Documentation required for this feature

This contains a set of fixes that make out_stackdriver compilable
and runnable on Windows.

 - Add a prefix "FLB_STD" to each global constant. Since MSVC has
   a global variable `ERROR`, conflicts occur without the prefix.

 - Define the S_ISLNK macro for Windows.

This feature was requested by Joey DeStefanis and Barni S.

Signed-off-by: Fujimoto Seiji <[email protected]>
@fujimotos
Copy link
Member Author

Resolves #1603.

@edsiper edsiper merged commit 682ff5a into fluent:master Mar 24, 2020
@fujimotos fujimotos deleted the sf/win32-out-stackdriver branch March 24, 2020 04:05
@fujimotos
Copy link
Member Author

@heartrobotninja Now out_stackdriver becomes available on Windows in v1.4.1.
Please feel free to feedback me, if you notice anything about that plugin...

@heartrobotninja
Copy link
Contributor

Awesome, I will likely deploy tomorrow and let you know how things go. Thanks for the work!

@fujimotos fujimotos added this to the Fluent Bit v1.5 milestone Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants